Experimental pure Python version of eccodes
Project description
# pyeccodes
This is an experiment of a pure Python GRIB decoder based on eccodes https://github.com/ecmwf/eccodes. The code is automatically generated from the definition files and tables.
The package does not support encoding.
The difference with other Python bindings are:
All arrays and lists are returns as numpy arrays
Missing data values are set to numpy.NaN
Asking for a missing key is not an error. The value None is returned
If a key returns a missing value (e.g. 255), None is returned instead
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
pyeccodes-0.0.6.tar.gz
(1.5 MB
view hashes)