eccodes-python
eccodes-python copied to clipboard
Python interface to the ecCodes GRIB/BUFR decoder/encoder
### What happened? Actual Results: Can't import eccodes Expected Results: Would expect "import eccodes" to work after having done pip install eccodes ### What are the steps to reproduce the...
This Pull Request, when ready, will change the result of 'pip install eccodes' so that it will now include the ecCodes binary library automatically. This will be built for various...
### What happened? Build fails with gcc error ### What are the steps to reproduce the bug? I'm packaging your module as an rpm package so I'm using the typical...
Hi, I use the eccodes and python-eccodes libraries to read grib encoded satellite data from EUMETSAT. While looping over a set of files I noticed an issue where information from...
Bumps [pygments](https://github.com/pygments/pygments) from 2.3.1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Reproducer ``` conda create -y --name test_eccodes python=3.8 pip eccodes conda activate test_eccodes python -mvenv venv source venv/bin/activate pip install eccodes==1.3.0 # or 1.3.1 or 1.3.2 python -m eccodes selfcheck...
Hi all, I have installed the ecCodes with `pip3 install eccodes-python` but the `python -m eccodes selfcheck` fails, giving back : `RuntimeError: Could not load the ecCodes library!` I have...
I have some usage questions and wonder if would be suited for the discussion tab here on github so it's easily accessible to others? e.g. see https://github.com/pydata/xarray/discussions there's info how...
Apologies for a possibly stupid question, but I'm a python+netcdf user, and not a grib user One of our users needs a/the python wrapper for eccodes and I see on...