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

No support for NA values represented by empty strings

RoryPTB opened this issue · comments

commented

If the csv file has "NA" in the cells of missing values, the csv is able to be transformed to a bufr4 file with no issue. However, if the csv has "" (an empty string) in the cells of missing values, then an error arises "Expected float value but received class string" and no bufr4 file is created.