Skip to content

Commit

Permalink
Rollback to ecCodes 2.18.0.
Browse files Browse the repository at this point in the history
Problems with DWD definitions fixed.
  • Loading branch information
Heiko committed Oct 16, 2020
1 parent 6e45bb1 commit 2963f6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ SHELL := /bin/bash

# test
TEST_CMD := python -m eccodes selfcheck
TEST2_CMD := grib_ls /samples/icon_global.grib2

# load variables from ./hooks/env
DATE := ${shell . ./hooks/env && echo $$DATE}
Expand All @@ -27,6 +28,7 @@ run-interactive:

test:
@docker run --rm -i -t ${IMAGE_NAME} ${TEST_CMD}
@docker run --rm -i -t ${IMAGE_NAME} ${TEST2_CMD}

login:
@docker login
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Python and [ECMWF ecCodes](https://github.com/ecmwf/eccodes) packaged in a Docker container to allow for easy processing of GRIB2 and BUFR files.

[![Python Version](https://img.shields.io/badge/python-3.7.9-informational)](https://hub.docker.com/_/python)
[![ecCodes Version](https://img.shields.io/badge/ecCodes-2.19.0-informational)](https://github.com/ecmwf/eccodes)
[![ecCodes-Python Version](https://img.shields.io/static/v1?label=eccodes-python&message=1.0.0&color=informational)](https://github.com/ecmwf/eccodes-python)
[![ecCodes Version](https://img.shields.io/badge/ecCodes-2.18.0-informational)](https://github.com/ecmwf/eccodes)
[![ecCodes-Python Version](https://img.shields.io/static/v1?label=eccodes-python&message=0.9.9&color=informational)](https://github.com/ecmwf/eccodes-python)
[![Docker Build Status](https://img.shields.io/docker/cloud/build/deutscherwetterdienst/python-eccodes.svg)](https://hub.docker.com/r/deutscherwetterdienst/python-eccodes)
[![Docker Pulls](https://img.shields.io/docker/pulls/deutscherwetterdienst/python-eccodes)](https://hub.docker.com/r/deutscherwetterdienst/python-eccodes)

Expand Down
6 changes: 3 additions & 3 deletions hooks/env
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

[ -n "$SOURCE_URL" ] || SOURCE_URL=https://github.com/deutscherwetterdienst/python-eccodes
[ -n "$DOCKER_REPO" ] || DOCKER_REPO=deutscherwetterdienst/python-eccodes
[ -n "$ECBUILD_VERSION" ] || ECBUILD_VERSION="3.4.0"
[ -n "$ECCODES_VERSION" ] || ECCODES_VERSION="2.19.0"
[ -n "$ECBUILD_VERSION" ] || ECBUILD_VERSION="3.3.5"
[ -n "$ECCODES_VERSION" ] || ECCODES_VERSION="2.18.0"
[ -n "$DWD_GRIB_DEFINITIONS_VERSION" ] || DWD_GRIB_DEFINITIONS_VERSION="2.14.1-1"
[ -n "$PYTHON_ECCODES_VERSION" ] || PYTHON_ECCODES_VERSION="1.0.0"
[ -n "$PYTHON_ECCODES_VERSION" ] || PYTHON_ECCODES_VERSION="0.9.9"
[ -n "$PYTHON_VERSION" ] || PYTHON_VERSION="3.7.9"

[ -n "$SOURCE_BRANCH" ] || SOURCE_BRANCH=$(git symbolic-ref -q --short HEAD)
Expand Down

0 comments on commit 2963f6a

Please sign in to comment.