NOAA-EMC / RDASApp

Regional DAS
GNU Lesser General Public License v2.1
1 stars 13 forks source link

Python converter for LGHTNG BUFR DUMP Data #212

Closed PraveenKumar-NOAA closed 2 weeks ago

PraveenKumar-NOAA commented 3 weeks ago

This PR adds a Python converter for LGHTNG BUFR DUMP data.

The converter will be used to transform LGHTNG 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:

~/IODA/python/bufr2ioda_lghtng.py ~/IODA/python/bufr2ioda_lghtng.json

Related issue: https://github.com/NOAA-EMC/RDASApp/issues/204

Validation for the output observation and IODA variable naming has been performed.