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

Do not filter duplicate timestamps; take all data coming in into resulting vpts data #22

Closed stijnvanhoey closed 1 year ago

stijnvanhoey commented 1 year ago

When https://github.com/enram/vpts-csv/issues/41 is approved, the v1 version of the vpts-class should include the source_file as an additional sort-field: dict(radar=str, datetime=str, height=int, source_file=str)

stijnvanhoey commented 1 year ago

Duplicate entries are included in vpts, see https://github.com/enram/vptstools/pull/19/commits/d6ec680af9b29e86e75622cfda176f53e272df01 For the source column, see https://github.com/enram/vptstools/issues/27