wmo-im / csv2bufr

Python package to transform CSV data into the WMO BUFR format

Home Page:https://csv2bufr.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid data

david-i-berry opened this issue · comments

Prior to encoding the data values need to be checked for validity (as part of the preprocessing step).

Range checks added to mapping filer, minimum and maximum values can be passed in and will be checked.
At the moment I've only done this as an assertion but we need to build in proper logging and error handling.