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

Template number not supported: 41 error #9

Open
gocluster opened this issue Nov 6, 2018 · 3 comments
Open

Template number not supported: 41 error #9

gocluster opened this issue Nov 6, 2018 · 3 comments
Assignees

Comments

@gocluster
Copy link

I downloaded the gribb file from weather.gov and I get this error when
Input parameters : {"operation":"parse","discipline":-1,"dataExport":true,"category":-1,"filePath":"latest.grib2","reduceFilePath":"reduced.grib2","exportType":3,"maximumNumberOfMessages":2147483647,"geoFilter":{"minLat":0,"maxLat":36000000,"minLong":-9000000,"maxLong":9000000},"surfaceFilter":{"type":0,"scale":0,"value":0}}
Error when parsing a message, Template number not supported: 41
[
]

@nilsmagnus
Copy link
Owner

@gocluster , could you send me a link to a file where this is happening so that I can debug and fix this?

@nilsmagnus nilsmagnus self-assigned this Dec 20, 2018
@gocluster
Copy link
Author

gocluster commented Dec 20, 2018

Thank you.
MRMS_PrecipFlag.latest.grib2.gz
And this is where I got the data from
http://mrms.ncep.noaa.gov/data/2D/

@landru29
Copy link
Collaborator

http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp5-41.shtml
It seems that the data is encoded as a PNG. So we need to, first decode the PNG, and then treat as template 5.0 (http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc/grib2_temp7-41.shtml)

@gocluster what kind of data should we get from this file?

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

No branches or pull requests

3 participants