Can I use BufrDataProcess with IOSP2 #1392
Unanswered
gtatarsky-IB
asked this question in
Questions and Answers
Replies: 1 comment
-
I am not sure if you should use that class-- it looks like it is nowhere used or tested in our code and indeed has the IOSP hardcoded. Unfortunately, not all of the BUFR code is well maintained. If you want to read a BUFR file, I would suggest using our NetCDF API like:
which should work for all CDM (common data model) file types, including BUFR. See also our documentation here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the BufrDataProcess code, it appears this is hardcoded to attempt to open-in-memory with IOSP. However, what if I want to use IOSP2? Is this class even intended to be used? I'm looking to quickly and efficiently pull data from a BUFR IOSP2 file, and I'm getting a little confused, so any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions