All data sources

GSWA (Western Australia)

No authgswa-geossdi

Geological Survey of Western Australia (GSWA / DEMIRS) GeoSciML Spatial Data Infrastructure. Read live mineral tenements (owner, status, tenement type, grant and expiry dates) for lease-expiry acquisition signals in the world's premier lithium and critical-minerals jurisdiction; mineral occurrences with commodity codes (Au, Ag, Li, Ta, REE), deposit type, and resource tonnage; and National Virtual Core Library hyperspectral boreholes (operator, drilling method, length). Public OGC WFS 2.0 GeoServer, no credentials. Complements the petroleum-only wa-dmirs and South Australia's sarig.

Provenance

PublisherGSWA (Western Australia)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchMineralTenements

    read

    Search 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

    read

    Tenements 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

    read

    Search 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

    read

    Search 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

    read

    List the GSWA WFS layers this connector exposes with live feature counts.

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