All data sources

Queensland Geoscience (GSQ)

No authqld-geoscience

Geological Survey of Queensland — ~190k datasets: well completion reports (16k+), well proposals, hydraulic-fracturing reports, petroleum production/reserves reports, boreholes, seismic, geochemistry, magnetic/radiometric/gravity grids. No-auth CKAN 3. METHODS: packageSearch, packageShow, resourceShow, searchPetroleumReports, searchBoreholes, listOrganizations, listGroups, getServiceInfo RULES: 1. Vocab values are full URIs (linked.data.gov.au/def/...); fq accepts `:*petroleum` shorthand. 2. Single org (GSQ), single group (geoscience). 3. Pagination caps at 1000 rows; use `start`. 4. `type`: report | borehole | map-collection | geochemistry | seismic | magnetic | radiometric | electromagnetic | gravity | dataset | gravity-gradiometry | spectral | magnetotelluric | electrical.

Provenance

PublisherQueensland Geoscience (GSQ)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (8)

  • packageSearch

    read

    Search GSQ datasets by keyword or fq facet.

    Input schema
    {
      "type": "object",
      "properties": {
        "q": {
          "type": "string"
        },
        "fq": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          ]
        },
        "rows": {
          "type": "number"
        },
        "start": {
          "type": "number"
        },
        "sort": {
          "type": "string"
        },
        "facetField": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "facetLimit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • packageShow

    unknown

    Full dataset metadata + resource list (Queensland Geoscience (GSQ)).

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "id"
      ]
    }
  • resourceShow

    unknown

    Resource metadata + download URL.

    Required paramsid
    Input schema
    {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      },
      "additionalProperties": false,
      "required": [
        "id"
      ]
    }
  • searchPetroleumReports

    read

    Petroleum reports by reportType (well-completion-report, well-proposal, etc).

    Entitiesdocument
    Input schema
    {
      "type": "object",
      "properties": {
        "reportType": {
          "type": "string"
        },
        "commodity": {
          "type": "string"
        },
        "q": {
          "type": "string"
        },
        "rows": {
          "type": "number"
        },
        "start": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • searchBoreholes

    read

    Borehole records (type:borehole).

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "q": {
          "type": "string"
        },
        "rows": {
          "type": "number"
        },
        "start": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • listOrganizations

    read

    List publishing agencies (one: GSQ).

    Input schema
    {
      "type": "object",
      "properties": {
        "allFields": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    }
  • listGroups

    read

    List dataset groups (one: geoscience).

    Input schema
    {
      "type": "object",
      "properties": {
        "allFields": {
          "type": "boolean"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    CKAN site status (Queensland Geoscience (GSQ)).

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