All data sources

IN Department of Environmental Management

No authin-idem

Indiana IDEM Superfund, cleanup, voluntary remediation, hazardous waste, LUST, brownfields, solid-waste via gisdata.in.gov state Hub. - searchSuperfundSites ⭐ ~85 federal NPL & SF list (program=SF) - searchCleanupSites ⭐ ~1.5K State Cleanup Sites (program=SC) - searchVoluntaryRemediation ⭐ ~653 VRP sites (program=VR) - searchBrownfields (~2.3K w/ county), searchHazardousWasteSites, searchLustSites, searchSolidWasteFacilities §0: maps.indiana.edu (build-plan brief) is unreachable (TCP timeout). Canonical data on gisdata.in.gov Hosted/IDEM_Land_Sites — IDEM/ folder requires auth. Layers 1500/1600/1800/1900/2300 share schema and have NO county column (municipality only); 1100 + 1000 have county. agency_interest_id is Double.

Provenance

PublisherIN Department of Environmental Management

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (8)

  • searchSuperfundSites

    read

    Federal Superfund / NPL sites in Indiana (~85). Filter agencyInterestName, city, bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "agencyInterestId": {
          "type": "string"
        },
        "agencyInterestName": {
          "type": "string"
        },
        "regulatoryProgramId": {
          "type": "string"
        },
        "city": {
          "type": "string",
          "examples": [
            "Elkhart"
          ]
        },
        "zipCode": {
          "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
    }

    Shared schema layer (program=SF). No county column.

  • searchCleanupSites

    read

    IDEM State Cleanup Sites (~1.5K, program=SC). Filter agencyInterestName, city, bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "agencyInterestId": {
          "type": "string"
        },
        "agencyInterestName": {
          "type": "string"
        },
        "regulatoryProgramId": {
          "type": "string"
        },
        "city": {
          "type": "string",
          "examples": [
            "Indianapolis"
          ]
        },
        "zipCode": {
          "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
    }

    Shared schema; no county column on this layer.

  • searchVoluntaryRemediation

    read

    Voluntary Remediation Program sites (~653, program=VR). Filter agencyInterestName, city, bbox.

    Input schema
    {
      "type": "object",
      "properties": {
        "agencyInterestId": {
          "type": "string"
        },
        "agencyInterestName": {
          "type": "string"
        },
        "regulatoryProgramId": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "zipCode": {
          "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",
          "examples": [
            100
          ]
        },
        "offset": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • searchBrownfields

    read

    IDEM brownfields (~2.3K). Filter county, status (Active/Inactive), siteNames, city.

    Input schema
    {
      "type": "object",
      "properties": {
        "bfdNo": {
          "type": "string"
        },
        "siteNames": {
          "type": "string"
        },
        "county": {
          "type": "string",
          "examples": [
            "Marion"
          ]
        },
        "city": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "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
    }

    Has county column (Marion 486 / Lake 176 / Elkhart 104 lead).

  • searchHazardousWasteSites

    read

    Hazardous Waste Sites (~3K, program=HW).

    Input schema
    {
      "type": "object",
      "properties": {
        "agencyInterestId": {
          "type": "string"
        },
        "agencyInterestName": {
          "type": "string"
        },
        "regulatoryProgramId": {
          "type": "string"
        },
        "city": {
          "type": "string",
          "examples": [
            "Gary"
          ]
        },
        "zipCode": {
          "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
    }
  • searchLustSites

    read

    Indiana IDEM leaking underground storage tank (LUST) sites (~8.2K, program=UT).

    Input schema
    {
      "type": "object",
      "properties": {
        "agencyInterestId": {
          "type": "string"
        },
        "agencyInterestName": {
          "type": "string"
        },
        "regulatoryProgramId": {
          "type": "string"
        },
        "city": {
          "type": "string",
          "examples": [
            "Indianapolis"
          ]
        },
        "zipCode": {
          "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
    }
  • searchSolidWasteFacilities

    read

    Authorized Operating Solid Waste Facilities (~401). Filter county, facilityType, facilityName.

    Input schema
    {
      "type": "object",
      "properties": {
        "facilityType": {
          "type": "string",
          "examples": [
            "MSW Landfill"
          ]
        },
        "facilityName": {
          "type": "string"
        },
        "county": {
          "type": "string"
        },
        "city": {
          "type": "string"
        },
        "swProgramId": {
          "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
    }

    facility_type 20 distinct (Composting/Transfer Station/MSW Landfill).

  • getServiceInfo

    read

    Schema, record counts, and enum values for any of the 7 services (Indiana IDEM).

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