← Dänemark

DMI Climate-Sammlungen

GET /denmark/dmi/climate/collections

Auflisten verfügbarer DMI Climate Data-Sammlungen (OGC API Features). Quelle: dmigw.govcloud.dk (ohne Authentifizierung).

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/denmark/dmi/climate/collections

Live-Antwort

{
  "data": {
    "collections": [
      {
        "description": "Returns aggregated and sometimes quality controlled meteorological observations, which are called station values",
        "id": "stationValue",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/stationValue/items",
            "rel": "items",
            "title": "stationValue",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/stationValue",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "stationValue",
        "title": "Get station value"
      },
      {
        "description": "Returns climate data stations",
        "id": "station",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/station/items",
            "rel": "items",
            "title": "station",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/station",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "station",
        "title": "Get stations"
      },
      {
        "description": "Returns aggregated and calculated meteorological values for areas covering municipalities.",
        "id": "municipalityValue",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/municipalityValue/items",
            "rel": "items",
            "title": "municipalityValue",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/municipalityValue",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "municipalityValue",
        "title": "Get municipality value"
      },
      {
        "description": "Returns aggregated and calculated meteorological values for grid areas covering 10x10 km.",
        "id": "10kmGridValue",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/10kmGridValue/items",
            "rel": "items",
            "title": "10kmGridValue",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/10kmGridValue",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "10kmGridValue",
        "title": "Get 10x10 km grid value"
      },
      {
        "description": "Returns aggregated and calculated meteorological values for grid areas covering 20x20 km.",
        "id": "20kmGridValue",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/20kmGridValue/items",
            "rel": "items",
            "title": "20kmGridValue",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/20kmGridValue",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "20kmGridValue",
        "title": "Get 20x20 km grid value"
      },
      {
        "description": "Returns aggregated and calculated meteorological values for areas covering a country (only Denmark).",
        "id": "countryValue",
        "links": [
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/countryValue/items",
            "rel": "items",
            "title": "countryValue",
            "type": "application/geo+json"
          },
          {
            "href": "https://dmigw.govcloud.dk/v2/climateData/collections/countryValue",
            "rel": "self",
            "title": "This document",
            "type": "application/json"
          }
        ],
        "name": "countryValue",
        "title": "Get country value"
      }
    ],
    "links": [
      {
        "href": "https://dmigw.govcloud.dk/v2/climateData/collections",
        "rel": "self",
        "title": "This document",
        "type": "application/json"
      },
      {
        "href": "https://www.dmi.dk/friedata/dokumentation/terms-of-use",
        "rel": "license",
        "title": "License for the data in this service",
        "type": "application/html"
      },
      {
        "href": "https://www.geodata-info.dk/srv/dan/csw?service=CSW&request=GetRecordById&version=2.0.2&id=0136ea40-c8f7-41b6-81e5-9e12a68ca3d0&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full",
        "rel": "describedby",
        "title": "Metadata record for the data set",
        "type": "application/xml"
      },
      {
        "href": "https://geodata-info.dk/srv/dan/catalog.search#/metadata/0136ea40-c8f7-41b6-81e5-9e12a68ca3d0",
        "rel": "describedby",
        "title": "Metadata record for the data set",
        "type": "application/html"
      }
    ]
  },
  "success": true
}