Provenance
Freshness & coverage
Methods (5)
searchMineralTenements
readSearch WA mineral tenements by owner, status, tenement type, id, or bbox.
Input schema
{ "type": "object", "properties": { "owner": { "type": "string", "examples": [ "Pilbara" ] }, "status": { "type": "string", "examples": [ "LIVE" ] }, "tenementType": { "type": "string" }, "tenement": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }~30,384 polygons (WGS84). status: LIVE | PENDING. owner + grant/expiry dates.
getExpiringTenements
readTenements with expireDate in a window (acquisition signal); LIVE by default.
Input schema
{ "type": "object", "properties": { "expiringAfter": { "type": "string" }, "expiringBefore": { "type": "string", "examples": [ "2026-12-31" ] }, "owner": { "type": "string" }, "status": { "type": "string" }, "tenementType": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }expiringAfter/expiringBefore YYYY-MM-DD (default 12mo). Returns owner+dates.
searchMineralOccurrences
readSearch mineral occurrences by commodity code, deposit type, name, or bbox.
Input schema
{ "type": "object", "properties": { "commodity": { "type": "string", "examples": [ "Li" ] }, "occurrenceType": { "type": "string" }, "name": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }~107K points (WGS84). commodity substring (Li, Au, Ta); type: deposit|prospect.
searchBoreholes
readSearch NVCL hyperspectral boreholes by name, operator, drilling method, or bbox.
Input schema
{ "type": "object", "properties": { "name": { "type": "string" }, "operator": { "type": "string", "examples": [ "Dominion" ] }, "drillingMethod": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }~1,890 points (WGS84). NVCL core library; operator, length, drill dates.
getServiceInfo
readList the GSWA WFS layers this connector exposes with live feature counts.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
