-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem opening new format ECMWF grib files using CCSDS compression #8092
Comments
… 5.42). Requires building GDAL against libaec (Cf https://gitlab.dkrz.de/k202009/libaec) Cf NCAR/ncl#204 Fixes OSGeo#8092
implemented per #8108 |
Thanks for your quick fix on this. Right now I can't install the dev gdal but as soon as I'm able to I'll do so and confirm this works on my end. |
@simonrp84 Here's the GeoTIFF file produced with #8108 and
|
… 5.42). Requires building GDAL against libaec (Cf https://gitlab.dkrz.de/k202009/libaec) Cf NCAR/ncl#204 Fixes OSGeo#8092
Oh, so sorry for not getting back to you on this - it slipped my mind. The updates work nicely, thanks for your work on this and for closing the issue. |
… 5.42). Requires building GDAL against libaec (Cf https://gitlab.dkrz.de/k202009/libaec) Cf NCAR/ncl#204 Fixes OSGeo#8092
Hello,
I'm trying to open a grib format file from ECMWF. The file is generated using the ECMWF open data python library as follows:
This produces a grib file I can read with cfgrib and eccodes, and a zipped example is attached to this issue: data.zip
But, gdal does not successfully open the grib.
I suspect this may be due to changes in their grib format, see: https://confluence.ecmwf.int/display/COPSRV/Implementation+of+IFS+cycle+48r1+for+CAMS#ImplementationofIFScycle48r1forCAMS-DefaultpackingtypesfordatafromDisseminationandMARS
I raised this on the gdal mailing list and was asked to make an issue, so hopefully this provides enough info to reproduce the problem.
Expected behavior and actual behavior.
Expected behaviour: GDAL opens the GRIB file and provides information about its contents.
Actual behaviour, this error message:
Steps to reproduce the problem.
With the attached grib:
Operating system
Tested on Windows 11 and Ubuntu 20.04
GDAL version and provenance
GDAL 3.7.0 installed via conda.
The text was updated successfully, but these errors were encountered: