enram / vptstools

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

Convert VCP `0` to `NULL` #14

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

See https://github.com/enram/vpts-csv/issues/38#issuecomment-1349684448

stijnvanhoey commented 1 year ago

@peterdesmet just to be clear:

Incoming (historical) vcp data can be an integer and if the value is zero, we convert to "" (or more general, what we define in the VPTSclass as the 'nodata' property). With the update of Adriaan, the value can also be NULL and we convert this to "" as well (or more general, what we define in the VPTSclass as the 'nodata' property). See https://github.com/enram/vptstools/commit/845d171e49a67357463f46dfc0e1ec295132b3db

peterdesmet commented 1 year ago

Correct.

stijnvanhoey commented 1 year ago

part of https://github.com/enram/vptstools/pull/19, closing this one