Provenance
Freshness & coverage
Methods (5)
searchWells
readSouth Dakota oil and gas wells and permits (~2,132) as GeoJSON.
EntitieswellInput 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
readOil & gas field / spacing-unit polygons (34) as GeoJSON
EntitiesfieldInput 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
readSD Board of Minerals & Environment orders (265) as GeoJSON
EntitiesrecordInput 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
readStatewide SDGS lithologic (geologic) log index (~35,475) as GeoJSON
EntitiesrecordInput 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
readStatic API overview — layers, GeoJSON/WGS84 output, descriptive status strings, epoch-ms dates
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }
