pybufrkit
pybufrkit copied to clipboard
Pure Python toolkit to work with WMO BUFR messages
In working with BUFR data from SIO Lagrangian Drifter Lab, I found some data where nbits=38 which caused an IndexError in this section of bitops.py as the number of bits...
HI all I'm trying to extract some data from a bufr file but I don't understand how to read the field names and the different subsets to extract data as...
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,...
Not all messages declare table related information (table version, local table version etc.) correctly. When it happens, the message in question cannot be decoded with its declared tables. It would...
Add "=" sign in front of values in Class NestedTextRenderer(), so that the decoding output looks like the following: 025026 BATTERY VOLTAGE (LARGE RANGE) = 10.0 002034 DROGUE TYPE =...
If you create a Decoder object in a script and build an executable out of that script using pyinstaller it will not run properly. It will complain about the missing...
For an example, what are the descriptors that has the word "wind" in its description.
I used the command pybufrkit decode -j BUFR_FILE to decode an EUMETSAT AMV Bufr file. The command works but the json files that comes out does not have a proper...
Something is throwing an exception deep inside pybufrkit while processing NCEP bufr files and I'm not able to figure out where it's coming from. Data file: http://static.skysight.io/ncep.bufr.gz Versions: % pybufrkit...
Fix iterating a queryresult, which was using a Python-2 only calling API. I've also plunged ahead and dropped support for end-of-life Python versions while adding newer Python versions 3.10 and...