Skip to content
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

GRIB parsing issues for a specific dataset #96

Closed
potion-cellar opened this issue Jul 28, 2023 · 1 comment · Fixed by #97
Closed

GRIB parsing issues for a specific dataset #96

potion-cellar opened this issue Jul 28, 2023 · 1 comment · Fixed by #97

Comments

@potion-cellar
Copy link

gdal-async is unable to read GRIB2 files from a particular dataset.

The reason I am filing this issue is because it seems the out-of-the-box default GDAL installation on Ubuntu and with OSGeo4W on Windows does not have the same problem and can read these files just fine.

The dataset in question is MRMS data: https://mrms.ncep.noaa.gov/data/2D/ -- any of the grib2 files in these folders do not work due to g2lib throwing Data Representation Template 5.41 not yet implemented

Template 5.41 pertains to the use of the PNG format (https://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp5-41.shtml).

Not sure if the built in degrib and other related libs in gdal-async are old, but I did try mess with the GRIB2 CSV files that are used and that did not make an appreciable difference.

@potion-cellar
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant