-
Notifications
You must be signed in to change notification settings - Fork 29
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
Provide an utility to convert bufr tables of other formats #15
Comments
f3ab6af adds a script to convert WMO tables published at https://github.com/wmo-im/BUFR4 |
Hi Yang, I have the same problem (UnknownDescriptor: Error: Cannot process descriptor 001241 of type: UndefinedElementDescriptor) and I tried to insert the descriptor (001241) into table B. I downloaded the files from https://github.com/wmo-im/BUFR4, after that I put the descriptor in the .csv file "BUFRCREX_Table_en_01.csv" [01,Identification,001241,State/Federal state identifier, CCITT IA5,0,0,32,Character,0,4,,,Operational]. After that I converted the tables into .txt files using "scripts/makeLegacyFormats.sh". ls txt On the last command I got the following error: Is this procedure correct? Thanks in advance! |
You got this error while working with the
Yes you can specify a different location (with command line option |
PyBufrKit has its own format for bufr tables and these are not used anywhere else. It would be useful if there is tool to convert tables of more popular formats, e.g. wmo and ecCdoes to pybufrkit's own format.
The text was updated successfully, but these errors were encountered: