All data sources

KY Energy and Environment Cabinet

No authky-eec

Kentucky EEC mining permits, KPDES wastewater facilities, and KNP-managed public lands via kygisserver.ky.gov. - searchPermittedMines ⭐ ~22.5K SMCRA mine permits (PER_TYPE / ACT_INAC / MINE_STATU) - searchPublicLands ⭐ heritage (298) | naturePreserve (31) | naturalArea (7) | stateForest (56) | all - searchWastewaterFacilities ⭐ layer: wwtp (251) | package (461) | outfall (681) - getServiceInfo §0: kyraster.ky.gov raster-only DROPPED. EEC eSearch HTML — REJECTED per §0a. kygisserver flaky; handler retries on 502/503/504. All services in WGS84WM_Services folder (EPSG:3857). State Forests targets layer 1 (layer 0 is StoryMap labels). Permitted Mine PermitNo can be a single space.

Provenance

PublisherKY Energy and Environment Cabinet

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchPermittedMines

    read

    KY SMCRA mining permits (~22.5K). Filter permitName, permitType, activeInactive, mineStatusCode.

    Input schema
    {
      "type": "object",
      "properties": {
        "permitNo": {
          "type": "string"
        },
        "permitName": {
          "type": "string"
        },
        "permitType": {
          "type": "string"
        },
        "activeInactive": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "mineStatusCode": {
          "type": "string"
        },
        "region": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    PER_TYPE: PERMANENT 11.9K / INTERIM 5.1K / PRE LAW 1.2K.

  • searchPublicLands

    read

    KY public lands. landType: heritage | naturePreserve | naturalArea | stateForest | all.

    Input schema
    {
      "type": "object",
      "properties": {
        "landType": {
          "type": "string",
          "examples": [
            "stateForest"
          ],
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "all"
              ]
            },
            {
              "type": "string",
              "enum": [
                "naturePreserve"
              ]
            },
            {
              "type": "string",
              "enum": [
                "heritage"
              ]
            },
            {
              "type": "string",
              "enum": [
                "naturalArea"
              ]
            },
            {
              "type": "string",
              "enum": [
                "stateForest"
              ]
            }
          ]
        },
        "name": {
          "type": "string"
        },
        "unitType": {
          "type": "string"
        },
        "maOwner": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Heritage Land has 14 distinct UNIT_TYPE; default is heritage.

  • searchWastewaterFacilities

    read

    KY KPDES wastewater facilities. layer: wwtp (251) | package (461) | outfall (681).

    Input schema
    {
      "type": "object",
      "properties": {
        "layer": {
          "type": "string",
          "examples": [
            "wwtp"
          ],
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "wwtp"
              ]
            },
            {
              "type": "string",
              "enum": [
                "package"
              ]
            },
            {
              "type": "string",
              "enum": [
                "outfall"
              ]
            }
          ]
        },
        "kpdes": {
          "type": "string"
        },
        "systemName": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    WWTPs carry DES_CAP/HYDR_CAP/TREATMNT; outfalls are discharge points.

  • getServiceInfo

    read

    Schema, record counts, and enum values for any of the 8 services (Kentucky Energy and Environment).

    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "naturePreserves"
              ]
            },
            {
              "type": "string",
              "enum": [
                "permittedMines"
              ]
            },
            {
              "type": "string",
              "enum": [
                "wwtps"
              ]
            },
            {
              "type": "string",
              "enum": [
                "packagePlants"
              ]
            },
            {
              "type": "string",
              "enum": [
                "wwOutfalls"
              ]
            },
            {
              "type": "string",
              "enum": [
                "heritageLands"
              ]
            },
            {
              "type": "string",
              "enum": [
                "naturalAreas"
              ]
            },
            {
              "type": "string",
              "enum": [
                "stateForests"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }