enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Investigate `vcp` error #69

Open peterdesmet opened 11 months ago

peterdesmet commented 11 months ago

Logs for entire bucket indicate:

September 06, 2023 at 12:34 (UTC+2:00)[WARNING] - During conversion from HDF5 files of baltrad/bejab at 2018-06-03 to daily VPTS file, the following error occurred: 'vcp'. sync September 06, 2023 at 12:33 (UTC+2:00)Create daily VPTS file baltrad/daily/bejab/2018/bejab_vpts_20180603.csv. sync

What is the vcp error?

stijnvanhoey commented 11 months ago

I would expect the error message to be a bit more elaborate, but it has probably to do with vcp field conversion https://github.com/enram/vptstools/blob/main/src/vptstools/vpts_csv.py#L287; Errors that are triggered during conversion, see https://github.com/enram/vptstools/blob/main/src/vptstools/vpts_csv.py#L66-L70