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

Verify NULL values in ff, dd , sd_vvp, eta properties #23

Closed stijnvanhoey closed 1 year ago

stijnvanhoey commented 1 year ago

See https://github.com/enram/vpts-csv/issues/40#issuecomment-1350572267

did you also encounter NULL (rather than NaN) values for these properties?

Need to double check this for ff, dd , sd_vvp, eta

peterdesmet commented 1 year ago

@stijnvanhoey have you checked this? https://github.com/enram/vpts-csv/pull/42 is pending this issue.

stijnvanhoey commented 1 year ago

Actually, for the files I checked (subset of the files for different countries/radars), but I assume others are processed similarly, the

for each of those variables. So no 'NULL' is in the data itself, but I do encounter both the nodata (-1000) and undetect (-999) values in the data. Hence, I do think you should not make them required.