All data sources

EMODnet Human Activities

No authemodnet

Pan-EU harmonized offshore oil & gas — OGC WFS 2.0.0, no auth. 18 EU countries (Croatia, Cyprus, Denmark, Faroe Islands, France, Germany, Greece, Ireland, Italy, Latvia, Malta, Montenegro, Netherlands, Norway, Poland, Portugal, Spain, UK). Annual refresh — breadth filler; prefer sodir/nsta for authoritative national data. Layers: - hydrocarbons (~28.5K wells) ⭐ status/purpose/content/country filters - platforms (~1.6K) ⭐ currentStatus/category/primaryProduction - pipelines (~3.9K) ⭐ medium/status/country - activelicenses (~1.3K polygons) type/country

Provenance

PublisherEMODnet Human Activities

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchWells

    read

    Offshore wells (~28 (EMODnet Human Activities).5K).

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "country": {
          "type": "string",
          "examples": [
            "Denmark"
          ]
        },
        "status": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "purpose": {
          "type": "string"
        },
        "content": {
          "type": "string"
        },
        "operator": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "startIndex": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    status: Active/Abandoned/Suspended/N/A. purpose: Exploration/Exploitation.

  • searchPlatforms

    read

    Offshore platforms (~1 (EMODnet Human Activities).6K).

    Entitiesplatform, facility
    Input schema
    {
      "type": "object",
      "properties": {
        "country": {
          "type": "string",
          "examples": [
            "Norway"
          ]
        },
        "currentStatus": {
          "type": "string",
          "examples": [
            "Operational"
          ]
        },
        "category": {
          "type": "string"
        },
        "primaryProduction": {
          "type": "string"
        },
        "operator": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "startIndex": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    currentStatus: Operational/Decommissioned/Closed down/Removed.

  • searchPipelines

    read

    Offshore pipelines (~3 (EMODnet Human Activities).9K).

    Entitiespipeline
    Input schema
    {
      "type": "object",
      "properties": {
        "country": {
          "type": "string",
          "examples": [
            "United Kingdom"
          ]
        },
        "status": {
          "type": "string"
        },
        "medium": {
          "type": "string",
          "examples": [
            "Gas"
          ]
        },
        "operator": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "startIndex": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    medium: Gas/Oil/Condensate/Mixed Hydrocarbons/Chemical/Water.

  • searchLicences

    read

    Active petroleum licences (~1.3K polygons). Filters: country, type, operator, bbox.

    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "country": {
          "type": "string",
          "examples": [
            "Norway"
          ]
        },
        "type": {
          "type": "string",
          "examples": [
            "Exploitation"
          ]
        },
        "operator": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "startIndex": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    type: Exploitation/Exploration/Exploitation, exploration/Other.

  • getServiceInfo

    read

    Feature counts per layer, enum values, 18-country coverage list, Section-0 probe notes.

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