Provenance
Freshness & coverage
Methods (8)
packageSearch
readSearch 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
unknownFull dataset metadata + resource list (Queensland Geoscience (GSQ)).
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }resourceShow
unknownResource metadata + download URL.
Required paramsidInput schema
{ "type": "object", "properties": { "id": { "type": "string" } }, "additionalProperties": false, "required": [ "id" ] }searchPetroleumReports
readPetroleum reports by reportType (well-completion-report, well-proposal, etc).
EntitiesdocumentInput schema
{ "type": "object", "properties": { "reportType": { "type": "string" }, "commodity": { "type": "string" }, "q": { "type": "string" }, "rows": { "type": "number" }, "start": { "type": "number" } }, "additionalProperties": false }searchBoreholes
readBorehole records (type:borehole).
EntitieswellInput schema
{ "type": "object", "properties": { "q": { "type": "string" }, "rows": { "type": "number" }, "start": { "type": "number" } }, "additionalProperties": false }listOrganizations
readList publishing agencies (one: GSQ).
Input schema
{ "type": "object", "properties": { "allFields": { "type": "boolean" } }, "additionalProperties": false }listGroups
readList dataset groups (one: geoscience).
Input schema
{ "type": "object", "properties": { "allFields": { "type": "boolean" } }, "additionalProperties": false }getServiceInfo
readCKAN site status (Queensland Geoscience (GSQ)).
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
