Closed peterdesmet closed 2 years ago
These are the properties that apply at a zipped dataset level, including:
radar: { lat: lon: height_antenna: codes: }
Original attempt:
{ "name": "vpts-kbgm-2020-09", "profile": "tabular-data-package", "created": "2020-09-05T21:13:43Z", "sources": [ { "title": "EUMETNET/OPERA", "path": "http://eumetnet.eu/activities/observations-programme/current-activities/opera/" } ], "licenses": [ { "name": "CC0-1.0", "path": "https://creativecommons.org/publicdomain/zero/1.0/" } ], "processing": { "algorithm": "vol2bird", "version": "0.3.20", "radar": "KBGM", "source": "WMO:06475,RAD:BX43,PLC:Helchteren,NOD:behel,CTY:605,CMT:behel_scan_200km_dp_dBZ" }, "temporal": { "start": "2016-09-01T00:02:00Z", "end": "2016-09-10 11:56:00" }, "spatial": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [-75.98472, 42.19972] }, "properties": { "name": "KBGM" } }, "resources": [ ] }
See attempt at:
https://github.com/enram/vpts/blob/81749c61d4180ded1019748bac27b3fde55ed4bf/examples/vol2bird/datapackage.json#L3-L19
Will not implement this, in favour of a simple flat format as described in #25. Radar lat, long, height, wavelength are included.
These are the properties that apply at a zipped dataset level, including:
Original attempt: