eccodes-python icon indicating copy to clipboard operation
eccodes-python copied to clipboard

Python interface to the ecCodes GRIB/BUFR decoder/encoder

Results 33 eccodes-python issues
Sort by recently updated
recently updated
newest added

### What happened? When upgrading from eccodes 1.7.1 to eccodes 2.37.0, the package stopped working with ecmwflibs (Python 3.11 on Windows 10) ### What are the steps to reproduce the...

bug

### What happened? I'm attempting to parse a grib2 file that, unfortunately, has multi-field grib messages encoded. [A copy of the grib2 file from the RAP can be found here](https://drive.google.com/file/d/1-Nbjg8N6vDoh76-4j4zx0IFBQTfUOseY/view?usp=sharing)....

bug

### What happened? This looks very similar to #110. I think it'd be good if your release step did not upload to PyPI if the builds fail (if that is...

bug

### What happened? Installing newer versions of eccodes not finding/including binary. When attempting to use eccodes (latest -> `v2.40.0`), I was getting an error, and using self check, showed me...

bug

### What happened? I use `gribapi` module directly without importing `eccodes` first, after upgrade from 1.7.1->any recent version, the import fails. ### What are the steps to reproduce the bug?...

bug

### Is your feature request related to a problem? Please describe. eccodes-python lacks the support to write hybrid level data on lat-lon grid to grib2 as the template file regular_ll_ml_grib2.tmpl...

enhancement

Switching the `eccodes` python package to rely on wheelchain -- in particular, the wheel produced in https://github.com/ecmwf/eccodes/pull/277 The changes are in short: 1/ switching the wheel build to be done...

### Is your feature request related to a problem? Please describe. Linux container images are often based on Alpine Linux, which uses musl libc by default, requiring a `musllinux` wheel...

enhancement

### What happened? Hey @shahramn, I’m seeing another issue that feels related: when the change of scale or width is too large, the encoded values get corrupted. **Sequence before encoding**...

bug

### What happened? Hello ECMWF team, and thank you in advance for going through this post. I'm reading grib files from NOAA HRRR model as follows (using cfgrib-0.9.15.1/ecCodes-2.44.0 in backend):...

bug