Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Python converter for MSONET BUFR DUMP (#192)
- This PR adds a Python converter for MSONET BUFR DUMP data. - The converter will be used to transform MSONET BUFR data into IODA (netCDF) format. Following steps similar to GDASApp, a Python file and a JSON description file were created. - The following two files are new: 1. ~/IODA/python/bufr2ioda_msonet.py 2. ~/IODA/python/bufr2ioda_msonet.json - Related issue: #185 - Validation for the output observation and IODA variable naming has been performed. --------- Co-authored-by: Praveen Singh <[email protected]> Co-authored-by: Guoqing Ge <[email protected]> Co-authored-by: Praveen Singh <[email protected]> Co-authored-by: Samuel Degelia <[email protected]>
- Loading branch information