All data sources

BGS GeoIndex (UK)

No authbgs-geoindex

British Geological Survey (BGS) GeoIndex public geoscience data for the UK. Onshore borehole records (1.3M, with scan and AGS log links), offshore hydrocarbon wells (licence, quadrant/block, field, status, spud date, TD, water depth), 21CXRM (21st Century Exploration Roadmap) North Sea Pre-Permian well formation-top picks, and onshore UKOGL exploration seismic lines. Public ArcGIS REST, no credentials. Pairs with nsta (UK offshore O&G regulator), usgs-geology, and macrostrat.

Provenance

PublisherBGS GeoIndex (UK)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchBoreholes

    read

    Search UK onshore borehole records by name, reference, or bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "examples": [
            "LONDON STREET"
          ]
        },
        "reference": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number",
          "examples": [
            50
          ]
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    1.36M boreholes; GeoJSON points (WGS84). SCAN_URL / AGS_LOG_URL links.

  • searchOffshoreWells

    read

    Search UK offshore hydrocarbon wells by name, field, operator, licence, quadrant, status.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "wellName": {
          "type": "string"
        },
        "field": {
          "type": "string",
          "examples": [
            "BRENT"
          ]
        },
        "operator": {
          "type": "string"
        },
        "licence": {
          "type": "string"
        },
        "quadrant": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "SUSPENDED"
          ]
        },
        "wellClass": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    13.3K wells; GeoJSON points (WGS84). status: SUSPENDED|COMPLETED|DRILLING|P&A.

  • searchOffshoreWellPicks

    read

    21CXRM North Sea Pre-Permian formation-top well picks by well, system, or formation.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "well": {
          "type": "string",
          "examples": [
            "11/25"
          ]
        },
        "system": {
          "type": "string",
          "examples": [
            "D"
          ]
        },
        "formationAbove": {
          "type": "string"
        },
        "formationBelow": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        }
      },
      "additionalProperties": false
    }

    326 picks (Orcadian); Above/Below/Depth_OD/System. No paging (bbox+where only).

  • searchSeismicLines

    read

    Search UKOGL onshore exploration seismic lines by name, operator, or vintage.

    Entitiessurvey
    Input schema
    {
      "type": "object",
      "properties": {
        "lineName": {
          "type": "string"
        },
        "operator": {
          "type": "string",
          "examples": [
            "BP"
          ]
        },
        "vintageFrom": {
          "type": "number",
          "examples": [
            76
          ]
        },
        "vintageTo": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    8.4K polylines (WGS84); LINE_NAME, OPERATOR, VINTAGE, TOTAL_KM.

  • getServiceInfo

    read

    List the BGS GeoIndex ArcGIS layers this connector exposes with live feature counts.

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