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

BUFR Reader #130

Open
dopplershift opened this issue Feb 19, 2016 · 4 comments
Open

BUFR Reader #130

dopplershift opened this issue Feb 19, 2016 · 4 comments
Assignees
Labels
Area: IO Pertains to reading data Type: Feature New functionality

Comments

@dopplershift
Copy link
Member

BUFR is another of those formats where everyone relies upon some other C library to read the files. The binary encoding seems simple enough--the challenge will be tables.

@dopplershift dopplershift added Type: Feature New functionality Area: IO Pertains to reading data Status: Need Info More information is required to act on the issue labels Feb 19, 2016
@dopplershift dopplershift added this to the SEA Conference milestone Feb 19, 2016
@dopplershift dopplershift self-assigned this Feb 19, 2016
@dopplershift
Copy link
Member Author

@dopplershift dopplershift modified the milestone: SEA Conference Apr 4, 2016
@dopplershift dopplershift added this to the Winter 2017 Release (0.5) milestone Jul 31, 2016
@dopplershift dopplershift removed the Status: Need Info More information is required to act on the issue label Sep 14, 2016
@jrleeman jrleeman removed this from the Spring 2017 milestone Mar 10, 2017
@dopplershift dopplershift modified the milestone: Summer 2017 Mar 10, 2017
@dopplershift dopplershift modified the milestones: Winter 2017, 0.6 Sep 7, 2017
@jrleeman jrleeman modified the milestones: 0.7, Spring 2018 Nov 15, 2017
@jrleeman jrleeman removed this from the 0.8 milestone Apr 11, 2018
@dopplershift dopplershift added this to the 0.9 milestone May 18, 2018
@dopplershift dopplershift modified the milestones: 0.9, 0.10 Jul 26, 2018
@jrleeman jrleeman removed this from the 0.10 milestone Dec 12, 2018
@akrherz
Copy link
Contributor

akrherz commented May 4, 2019

A friend tipped me off to pybufrkit, which is a pure python decoder and appears to have all those fun tables built out already.

Googling, I then found this page, which seems to have one of the clearest references for WMO headers to what type of BUFR data is contained within them.

@dopplershift
Copy link
Member Author

Thanks for the pointers!

@Janfisch
Copy link

Janfisch commented Jul 6, 2023

I had more success using pdbufr. Hope this helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: IO Pertains to reading data Type: Feature New functionality
Projects
None yet
Development

No branches or pull requests

4 participants