Provenance
PublisherSaskatchewan Petroleum
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
searchWells
readSearch Saskatchewan petroleum wells by owner, fluid type, mode, or bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "owner": { "type": "string" }, "fluidType": { "type": "string" }, "mode": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }searchDispositions
readSearch oil & gas dispositions by status, type, or owner.
EntitiesleaseInput schema
{ "type": "object", "properties": { "status": { "type": "string" }, "dispositionType": { "type": "string" }, "owner": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getActiveUnits
readActive oil & gas units by product or status.
Entitiesunit, leaseInput schema
{ "type": "object", "properties": { "product": { "type": "string" }, "status": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getServiceInfo
readLayer metadata + UTM-coordinate quirk.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
