iodepo / odis-arch

Development of the Ocean Data and Information System (ODIS) architecture
https://book.odis.org/
29 stars 17 forks source link

OIH and DeCODER meeting notes with DOOS #245

Open fils opened 1 year ago

fils commented 1 year ago

Just a few notes from the google doc https://docs.google.com/document/d/1N0Xtyj-cL-2r7oHWocoy7QrMY5S1GDj8jdZikeiLZSA/edit

Depth in spatial chunk (in the)

    "geosparql:hasGeometry": {
        "@type": "http://www.opengis.net/ont/sf#Point",
        "geosparql:asWKT": {
            "@type": "http://www.opengis.net/ont/geosparql#wktLiteral",
            "@value": "POINT(-76 -18 Z)"
        },
        "geosparql:crs": {
            "@id": "http://www.opengis.net/def/crs/OGC/1.3/CRS84"
        }

Depth as a measured variable in the Dataset

  "variableMeasured": [
        {
            "@type": "PropertyValue",
            "name": "Sea State",
            "description": "Sea State is the characterization of wave and swell, typically in terms of height, wavelength, period, and directional wave energy flux ",
            "propertyID": [
                "http://purl.obolibrary.org/obo/ENVO_01001374",
                "https://gcmd.earthdata.nasa.gov/KeywordViewer/scheme/all/11aca777-8a01-42ce-b076-b3059c3d8cae?gtm_keyword=SEA%20STATE&gtm_scheme=Earth%20Science"
            ]
        },
        {
            "@type": "PropertyValue",
            "name": "Ocean Surface Stress",
            "description": "The 2-dimensional horizontal vector Ocean Surface Stress is the rate per unit area at which momentum is transferred from the atmosphere to the ocean.",
            "propertyID": "http://purl.obolibrary.org/obo/ENVO_01001844",
            "value": 0.2,
            "unitCode": "http://qudt.org/vocab/unit/N-PER-M2"
        }
    ],

Karen Stocks Karen Stocks says:FWIW this was Nico's idea:

 {
              "@type": "PropertyValue",
              "name": "depth",
              "alternateName": {
                "@type": "DefinedTerm",
                "name": "Depth (spatial coordinate) relative to water surface in the water body",
                "description": "The distance of a sensor or sampling point below the sea surface",
                "termCode": "ADEPZZ01",
                "inDefinedTermSet": "http://vocab.nerc.ac.uk/collection/P01/current/",
                "url": "http://vocab.nerc.ac.uk/collection/P01/current/ADEPZZ01/"
              },
              "valueReference": {
                "@type": "QuantitativeValue ",
                "minValue": 0,
                "maxValue": 300
              }
            } 
pbuttigieg commented 3 months ago

@fils New status? Change? Close?