All data sources

NLOG (Netherlands Oil & Gas)

No authnlog-netherlands

NLOG — the Netherlands Oil & Gas Portal (Geological Survey of the Netherlands / TNO), served as OGC WFS. Upstream O&G for the Netherlands onshore + Dutch continental shelf (Groningen, North Sea blocks): wells/boreholes, fields, licences, facilities and well trajectories as map-ready GeoJSON for basin analysis, decommissioning, and CCS/geothermal siting. No auth.

Provenance

PublisherNLOG (Netherlands Oil & Gas)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchBoreholes

    read

    Wells / boreholes across the Netherlands + Dutch continental shelf

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "startIndex": {
          "type": "number"
        },
        "cqlFilter": {
          "type": "string",
          "examples": [
            "BOREHOLE_TYPE_CODE='EXP-HC'"
          ]
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Filter with count, startIndex, cqlFilter, or WGS84 bbox; count caps 1000.

  • getOilGasFields

    read

    Oil & gas fields (FIELD_NAME, HYDROCARBON_MINERAL, STATUS, OPERATOR, PRODUCTION_START)

    Entitiesfield
    Input schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "number"
        },
        "startIndex": {
          "type": "number"
        },
        "cqlFilter": {
          "type": "string",
          "examples": [
            "STATUS='W'"
          ]
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Supports paging, CQL, and bbox; status codes are mapped to descriptions.

  • getLicences

    read

    Exploration / production licences

    Entitieslease
    Input schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "startIndex": {
          "type": "number"
        },
        "cqlFilter": {
          "type": "string"
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Args: count?, startIndex?, cqlFilter?, bbox?.

  • getFacilities

    read

    Surface facilities / installations

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "startIndex": {
          "type": "number"
        },
        "cqlFilter": {
          "type": "string"
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Args: count?, startIndex?, cqlFilter?, bbox?.

  • getWellTrajectories

    read

    Well trajectory lines

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "count": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "startIndex": {
          "type": "number"
        },
        "cqlFilter": {
          "type": "string"
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Args: count?, startIndex?, cqlFilter?, bbox?.

  • getServiceInfo

    read

    Static API overview — WFS layers, GeoJSON/EPSG:4326, pagination, filters

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