Provenance
Freshness & coverage
Methods (6)
getGeothermalPotential
readDeep-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
readSearch 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
readSearch deep-geothermal well-log control points by well name or unit.
EntitieswellInput 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
readOffshore 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
readOffshore-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
readList the GEUS layers this connector exposes with live feature counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
