All data sources

SD Geological Survey & Oil/Gas (DANR)

No authsd-sdgs

South Dakota Geological Survey / Dept. of Agriculture & Natural Resources (DANR) oil & gas program, via the University of South Dakota ArcGIS Server (gis.usd.edu). Wells & permits, oil & gas field / spacing-unit polygons, Board of Minerals & Environment orders, and the statewide lithologic (geologic) log index (~35K) — all as map-ready WGS84 GeoJSON. Covers the Williston Basin fringe in NW South Dakota (Harding / Butte). No auth.

Provenance

PublisherSD Geological Survey & Oil/Gas (DANR)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (5)

  • searchWells

    read

    South Dakota oil and gas wells and permits (~2,132) as GeoJSON.

    Entitieswell
    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string",
          "examples": [
            "Harding"
          ]
        },
        "operator": {
          "type": "string"
        },
        "wellName": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "Producing"
          ]
        },
        "wellType": {
          "type": "string"
        },
        "api": {
          "type": "string"
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Filter county, operator, name, status, type, API, or bbox; dates are epoch-ms.

  • getOilAndGasFields

    read

    Oil & gas field / spacing-unit polygons (34) as GeoJSON

    Entitiesfield
    Input schema
    {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "examples": [
            "Buffalo"
          ]
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Filter name or bbox; returns field name, oil/gas spacing, and order.

  • getBoardOrders

    read

    SD Board of Minerals & Environment orders (265) as GeoJSON

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "orderNumber": {
          "type": "string"
        },
        "field": {
          "type": "string"
        },
        "applicant": {
          "type": "string"
        },
        "type": {
          "type": "string",
          "examples": [
            "UIC"
          ]
        },
        "year": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "number"
            }
          ]
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Filter order, field, applicant, type, year, or bbox.

  • searchLogs

    read

    Statewide SDGS lithologic (geologic) log index (~35,475) as GeoJSON

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "county": {
          "type": "string",
          "examples": [
            "Harding"
          ]
        },
        "location": {
          "type": "string"
        },
        "aquifer": {
          "type": "string"
        },
        "bbox": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "type": "array",
              "items": {
                "type": "number"
              }
            }
          ]
        },
        "limit": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }

    Filter county, legal location, aquifer, or bbox; large layer, so constrain it.

  • getServiceInfo

    read

    Static API overview — layers, GeoJSON/WGS84 output, descriptive status strings, epoch-ms dates

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