All data sources

NOPIMS Australia

No authnopims

Australian Commonwealth offshore petroleum wells and seismic surveys (NOPTA / NOPSEMA). Find wells in Carnarvon/Browse/Bonaparte/Otway/Gippsland basins, search 2D and 3D seismic survey footprints. Production volumes not included — permanently confidential under Australian Regulations 8.02(3)/10.02(3). CC-BY 4.0.

Provenance

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchWells

    read

    Offshore petroleum wells (~8030) (NOPIMS Australia). Filter: basin, operator, purpose, bbox, year.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "basin": {
          "type": "string",
          "examples": [
            "Carnarvon"
          ]
        },
        "operator": {
          "type": "string"
        },
        "purpose": {
          "type": "string"
        },
        "wellType": {
          "type": "string"
        },
        "commonwealthOnly": {
          "type": "boolean",
          "examples": [
            true
          ]
        },
        "offshoreOnly": {
          "type": "boolean"
        },
        "yearFrom": {
          "type": "number"
        },
        "yearTo": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Basin LIKE filter — use partial names e.g. "Carnarvon", "Browse".

  • getWell

    read

    Single well by name (partial, case-insensitive). Returns first match.

    Required paramsname
    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "examples": [
            "Caldita 1"
          ]
        }
      },
      "additionalProperties": false,
      "required": [
        "name"
      ]
    }
  • search2DSeismic

    unknown

    2D seismic lines (~57K). Filter by basin or bbox — unfiltered is large.

    Entitiessurvey
    Input schema
    {
      "type": "object",
      "properties": {
        "basin": {
          "type": "string",
          "examples": [
            "Bonaparte"
          ]
        },
        "operator": {
          "type": "string"
        },
        "yearFrom": {
          "type": "number",
          "examples": [
            2015
          ]
        },
        "yearTo": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Use format="geojson" for line geometry. 57231 total lines.

  • search3DSeismic

    unknown

    3D seismic footprint polygons (362 total). All offshore. GeoJSON available.

    Entitiessurvey
    Input schema
    {
      "type": "object",
      "properties": {
        "basin": {
          "type": "string",
          "examples": [
            "Carnarvon"
          ]
        },
        "operator": {
          "type": "string"
        },
        "yearFrom": {
          "type": "number"
        },
        "yearTo": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "type": "string",
          "examples": [
            "geojson"
          ],
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Small dataset (362 records) — returns all by default.

  • getServiceInfo

    read

    Schema + record counts for the 3 NOPTA layers. Includes migration note.

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