Provenance
Freshness & coverage
Methods (5)
searchBoreholes
readSearch 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
readSearch UK offshore hydrocarbon wells by name, field, operator, licence, quadrant, status.
EntitieswellInput 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
read21CXRM North Sea Pre-Permian formation-top well picks by well, system, or formation.
EntitieswellInput 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
readSearch UKOGL onshore exploration seismic lines by name, operator, or vintage.
EntitiessurveyInput 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
readList the BGS GeoIndex ArcGIS layers this connector exposes with live feature counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
