Reading-eScience-Centre / pycovjson

Create CovJSON files from common scientific data formats
BSD 3-Clause "New" or "Revised" License
11 stars 7 forks source link

Parameter structure not to spec #24

Open letmaik opened 7 years ago

letmaik commented 7 years ago

The parameter structure that is generated from pycovjson-convert is:

    {
      "symbol": {
        "value": "Land Cover Class",
        "type": ""
      },
      "description": null,
      "observedProperty": {
        "id": null,
        "label": {
          "en": "MELODIES Land Cover"
        }
      },
      "type": "Parameter",
      "unit": {
        "label": {
          "en": "Land Cover Class"
        }
      }
    }

There are several issues here:

RileyWilliams commented 7 years ago

what is the "id" field used for?

letmaik commented 7 years ago

It's just a string identifier, sometimes it can be a URI identifiying some concept globally uniquely.