Provenance
Freshness & coverage
Methods (5)
searchPetroleumWells
readSearch SA petroleum wells by operator, name, basin, class, outcome, status, or bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "wellName": { "type": "string" }, "basin": { "type": "string", "examples": [ "Cooper" ] }, "wellClass": { "type": "string" }, "wellType": { "type": "string", "examples": [ "Gas" ] }, "status": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }~3,962 wells; GeoJSON points (WGS84). Cooper/Eromanga is the main gas province.
searchGeothermalWells
readSearch SA geothermal wells by operator, name, basin, or bbox.
Input schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "wellName": { "type": "string" }, "basin": { "type": "string", "examples": [ "Gawler" ] }, "status": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }~74 wells; GeoJSON points (WGS84). Mostly Gawler Craton hot-rock holes.
searchPetroleumTenements
readSearch petroleum exploration/production/retention licences by licensee or tenement no.
EntitiesleaseInput schema
{ "type": "object", "properties": { "kind": { "type": "string", "examples": [ "production" ] }, "licensee": { "type": "string", "examples": [ "Santos" ] }, "tenement": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }kind: exploration | production | retention. MultiPolygon; licensee, area, dates.
searchMineralDrillholes
readSearch mineral drillholes (GeoSciML NVCL) by name, operator, purpose, or bbox.
Input schema
{ "type": "object", "properties": { "name": { "type": "string" }, "operator": { "type": "string" }, "purpose": { "type": "string" }, "nvclOnly": { "type": "boolean", "examples": [ true ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }nvclOnly:true → ~2,058 hyperspectral critical-minerals holes. Points (WGS84).
getServiceInfo
readList the SARIG WFS layers this connector exposes with live feature counts.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
