Skip to main content

Python interface to the ecCodes BUFR and GRIB de/encoder.

Project description

Python 3 interface to encode and decode GRIB and BUFR files via the ECMWF ecCodes library.

Features with development status Pre-alpha:

  • reads and writes GRIB 1 and 2 files,

  • reads and writes BUFR 3 and 4 files,

  • supports all modern versions of Python 3.7, 3.6, 3.5 and PyPy3,

  • works on most Linux distributions and MacOS, the ecCodes C-library is the only system dependency,

  • PyPI package with no install time build (binds with CFFI ABI mode),

  • supports writing the index of a GRIB file to disk, to save a full-file scan on open.

Limitations:

  • PyPI binary packages do not include ecCodes,

  • incomplete documentation, for now,

  • no Windows support, for now.

Installation

The package is installed from PyPI with:

$ pip install git+https://github.com/ecmwf/eccodes-python

System dependencies

The Python module depends on the ECMWF ecCodes library that must be installed on the system and accessible as a shared library. Some Linux distributions ship a binary version that may be installed with the standard package manager. On Ubuntu 18.04 use the command:

$ sudo apt-get install libeccodes0

On a MacOS with HomeBrew use:

$ brew install eccodes

Or if you manage binary packages with Conda use:

$ conda install -c conda-forge eccodes

As an alternative you may install the official source distribution by following the instructions at https://software.ecmwf.int/wiki/display/ECC/ecCodes+installation

Note that ecCodes support for the Windows operating system is experimental.

You may run a simple selfcheck command to ensure that your system is set up correctly:

$ python -m eccodes selfcheck
Found: ecCodes v2.7.0.
Your system is ready.

Usage

First, you need a well-formed GRIB file, if you don’t have one at hand you can download our ERA5 on pressure levels sample:

$ wget http://download.ecmwf.int/test-data/cfgrib/era5-levels-members.grib

Lower level APIs

Lower level APIs are not stable and should not be considered public yet. In particular the internal Python 3 ecCodes bindings are not compatible with the standard ecCodes python module.

GRIB index file

By default eccodes-python saves the index of the GRIB file to disk appending .idx to the GRIB file name. Index files are an experimental and completely optional feature, feel free to remove them and try again in case of problems. Index files saving can be disable passing adding indexpath='' to the keyword argument.

Project resources

Development

https://github.com/ecmwf/eccodes-python

Download

https://pypi-hypernode.com/project/eccodes-python

Code quality

Build Status on Travis CI Coverage Status on Coveralls

Contributing

The main repository is hosted on GitHub, testing, bug reports and contributions are highly welcomed and appreciated:

https://github.com/ecmwf/eccodes-python

Please see the CONTRIBUTING.rst document for the best way to help.

Lead developer:

See also the list of contributors who participated in this project.

License

Copyright 2017-2019 European Centre for Medium-Range Weather Forecasts (ECMWF).

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Changelog for eccodes-python

0.8.0 (2019-04-08)

  • First public release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eccodes-python-0.8.0.tar.gz (2.3 MB view details)

Uploaded Source

Built Distribution

eccodes_python-0.8.0-py2.py3-none-any.whl (42.3 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file eccodes-python-0.8.0.tar.gz.

File metadata

  • Download URL: eccodes-python-0.8.0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

File hashes

Hashes for eccodes-python-0.8.0.tar.gz
Algorithm Hash digest
SHA256 5011d25a1f5abf26f947227449d21a09ad5a40544ed314ebd6997b11b26763ed
MD5 f2da1d183f24e4b255693d3240e420ea
BLAKE2b-256 d0c107b44470ca1639065335105af9d69f06ce69091bfabb85c63c6436d1a2b0

See more details on using hashes here.

File details

Details for the file eccodes_python-0.8.0-py2.py3-none-any.whl.

File metadata

  • Download URL: eccodes_python-0.8.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 42.3 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.2 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.7.0

File hashes

Hashes for eccodes_python-0.8.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 885a3dfbc2b64ec22999cd1c2b52496e3cb23938f3423cd82c931f5842fdebd9
MD5 91de6504b86bebed4212314fc3e270ac
BLAKE2b-256 b557d827ca76c37628df29a2f0e98feeed3018c0bd70170fcc91ee81e4c6984e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page