enram / vpts-csv

Data exchange format for biological signals detected by weather radars
https://aloftdata.eu/vpts-csv/
MIT License
3 stars 3 forks source link

Define table schema for processing settings #2

Closed peterdesmet closed 2 years ago

peterdesmet commented 3 years ago

vpts files can have a column processing with an identifier to information about the vol2bird (or other) processing settings used. This settings can be described in a processing.csv, where many vpts rows can point to a single row in processing.csv (i.e. same settings). As a result, processing.csv will often contain just a single row, but expressing it as a csv offers the flexibility to record more processing settings and relate it to the primary data.

The expected fields in processing.csv should be recorded in a table schema (cf. the one for vpts)

beamwidth
wavelength
...

@adokter can you tackle this?

peterdesmet commented 2 years ago

Will not implement this, in favour of a simple flat format as described in #25.