All data sources

GEUS (Denmark)

No authgeus-denmark

GEUS (Geological Survey of Denmark and Greenland) public ArcGIS REST geoscience for the Danish energy transition: deep-geothermal play-fairway data (combined reservoir-potential map across the Bunter, Gassum, Haldager Sand, and Frederikshavn formations, geothermal provinces, and well-log control points) plus offshore-wind geological siting screens (shallow-gas hazard polygons, Holocene and late-glacial sediment distribution, sediment-thickness categories, and structural elements such as faults and salt diapirs/pillows). No credentials required.

Provenance

PublisherGEUS (Denmark)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • getGeothermalPotential

    read

    Deep-geothermal reservoir-potential polygons by reservoir flag or bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "reservoir": {
          "type": "string",
          "examples": [
            "G"
          ]
        },
        "withPotentialOnly": {
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    1,614 polys (WGS84). reservoir: B/G/H/F flags. withPotentialOnly hides none.

  • searchGeothermalProvinces

    read

    Search named deep-geothermal provinces (AREALNAVN attribute index).

    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "examples": [
            "Jylland"
          ]
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    9 provinces. name LIKE on AREALNAVN. Geometry is null upstream (index layer).

  • searchGeothermalWells

    read

    Search deep-geothermal well-log control points by well name or unit.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "wellName": {
          "type": "string"
        },
        "reservoirUnit": {
          "type": "string",
          "examples": [
            "Gassum"
          ]
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    73 points (WGS84). wellName / reservoirUnit (e.g. Gassum Fm) LIKE.

  • searchStructuralElements

    read

    Offshore structural elements: faults, salt diapirs, salt pillows by bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "type": {
          "type": "string",
          "examples": [
            "salt-diapir"
          ]
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    type: fault | salt-diapir | salt-pillow (default fault). Geometry only.

  • searchOffshoreWindScreening

    read

    Offshore-wind geological screen: shallow-gas hazard + sediment polygons.

    Input schema
    {
      "type": "object",
      "properties": {
        "dataset": {
          "type": "string",
          "examples": [
            "shallow-gas"
          ]
        },
        "name": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    dataset: shallow-gas | holocene/late-glacial-sediments | sediment-categories.

  • getServiceInfo

    read

    List the GEUS layers this connector exposes with live feature counts.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }