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 datapackage level properties #3

Closed peterdesmet closed 2 years ago

peterdesmet commented 3 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": [
  ]
}
peterdesmet commented 3 years ago

See attempt at:

https://github.com/enram/vpts/blob/81749c61d4180ded1019748bac27b3fde55ed4bf/examples/vol2bird/datapackage.json#L3-L19

peterdesmet commented 2 years ago

Will not implement this, in favour of a simple flat format as described in #25. Radar lat, long, height, wavelength are included.