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

Error: Cannot process descriptor UNDEFINED (020237) of type: UndefinedElementDescriptor #5

Closed
F481 opened this issue Oct 30, 2017 · 4 comments

Comments

@F481
Copy link

F481 commented Oct 30, 2017

Test data are weather reports of the official german weather provider: https://opendata.dwd.de/weather/weather_reports/synoptic/germany/

Command: pybufrkit decode file.bin

WARNING: Cannot find sub-centre 0 nor valid default. Local table not in use.
Error: Cannot process descriptor UNDEFINED (020237) of type: UndefinedElementDescriptor

How should that be handled? I don't think there is an error in the files.

Thx!

@ywangd
Copy link
Owner

ywangd commented Oct 31, 2017

The error basically says that 020237 is a local descriptor and a local table is needed to provide relevant information about this descriptor.

The package bundled local tables are from ECMWF only. You could add your own local tables following the same format as the builtin tables https://github.com/ywangd/pybufrkit/tree/master/pybufrkit/tables/0

@F481 F481 closed this as completed Oct 31, 2017
@F481
Copy link
Author

F481 commented Oct 31, 2017

Thx for the info!

@oliver-k-b
Copy link

Hi,
I just have the same issue with DWD https://opendata.dwd.de/weather/weather_reports/road_weather_stations/ data. I realized, DWD has some tables for download here:
https://opendata.dwd.de/weather/lib/bufr/ (in the Formats "OPERA", "ecCodes", "libDWD", "bufr-tools"). None of which seems to be similar in format to the builtin tables. Could you please help here?
Thanks
Oliver

@ywangd
Copy link
Owner

ywangd commented Nov 4, 2020

@oliver-k-b I opened #15 to track this request.

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

No branches or pull requests

3 participants