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

csv2bufr transform to be able deal with alternative Date,Time,Time zone as input option

maaikelimper opened this issue · comments

Zambia is sending us .csv with the following content:

Date,Time,Time zone,Station-id,Lat,Long,Wind Speed PRO 10,Wind Direction,Temperature,Relative Humidity,Barometric Pressure,Precipitation
2023-02-13,01:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,9.33,358.8,18.9,100.0,862.4,0.0
2023-02-13,02:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,8.56,14.3,18.6,100.0,862.4,0.0
2023-02-13,03:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,3.71,5.6,17.8,100.0,862.4,0.0
2023-02-13,04:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,0.51,22.0,17.0,100.0,862.5,0.0
2023-02-13,05:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,0.52,353.7,16.9,100.0,862.6,0.0
2023-02-13,06:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,0.56,356.7,18.5,99.5,863.0,0.0
2023-02-13,07:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,1.72,353.4,21.2,89.9,863.5,0.0
2023-02-13,08:00 AM,UTC,0-894-2-NWMN001,-11.7398,24.431027,7.33,12.3,24.4,74.4,863.6,0.0

can we make csv2bufr transform be able to deal with this format?