Closed peterdesmet closed 3 years ago
After discussion with @adokter.
as.data.frame()
geo
lat
lon
height_antenna
suntime
day
sunrise
sunset
u_wind
v_wind
vcp
processing
This is done in https://github.com/enram/vpts/blob/main/table-schemas/vpts.json
After discussion with @adokter.
as.data.frame()
output: https://adriaandokter.com/bioRad/reference/as.data.frame.vp.htmlgeo
properties (lat
,lon
,height_antenna
): those will be stored in metadata and are same for each recordsuntime
properties (day
,sunrise
,sunset
): those are derived data that can be easily calculatedu_wind
andv_wind
: those are sometimes hard to obtain/calculate and avoids a lot of work if these are includedvcp
(volume coverage pattern): with code (or foreignKey) to information about thisprocessing
: a code (or foreignKey) to the processing settings used (often the same for all records)