THIS REPO IS NOT MAINTAINED ANYMORE! If you need to read BUFR files, please check out pybufrkit (https://github.com/ywangd/pybufrkit) or eccodes (https://github.com/ecmwf/eccodes).
Generic BUFR file reader written in python. File support is similar to the ECMWF BUFR library.
Only reading supported for now.
Depends on
- ECMWF BUFR library and tables
- python numpy
This module is part of the Pytroll project.
The python-bufr module is now available on pypi. See link below for install instructions: Documentation
Feel free to make suggestions for updates or new features in the issues tab. Don't be afraid that your might end up under the Committers tab to the right ... Because chances are that you will :-)
NOW !! what to do with all that BUFR data ... well why not resample it !!! see https://github.com/mraspaud/pyresample/
- Generic BUFR to NetCDF conversion based on SQL-database variable translation tables ( Done )
- XML-RPC server/client interface