All data sources

Saskatchewan Petroleum

No authsk-petroleum

Saskatchewan Petroleum (Government of Saskatchewan) — wells (~96k), oil & gas dispositions, and active units. Top-3 Canadian producer. No auth. WELLS: searchWells. DISPOSITIONS: searchDispositions. UNITS: getActiveUnits. RULES: 1. Well coordinates are UTM (UTME/UTMN, zone 13N) — pass bbox as lat/lng and ArcGIS reprojects. 2. FLUID_TYPE includes OIL WELL, DISPOSAL WELL, WATER SOURCE WELL, STRATIGRAPHIC TEST. 3. maxRecordCount 1000 — page with offset.

Provenance

PublisherSaskatchewan Petroleum

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchWells

    read

    Search Saskatchewan petroleum wells by owner, fluid type, mode, or bbox.

    Entitieswell
    Input 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

    read

    Search oil & gas dispositions by status, type, or owner.

    Entitieslease
    Input 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

    read

    Active oil & gas units by product or status.

    Entitiesunit, lease
    Input 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

    read

    Layer metadata + UTM-coordinate quirk.

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