Resource Conservation and Recovery Act
Resource Conservation and Recovery Act (RCRA) Map Service
The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_facilities facility query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned.
post/rcra_rest_services.get_map
Response
Results are either an array of State, County, Zip Code facility cluster map coordinates or individual facility coordinates. Coordinates provided are in WGS84.
Example response
{
"MapOutput": {
"IconBaseURL": "https://echo.epa.gov/app/map/icons/",
"MapData": [
{
"FormalCount": "1",
"ICON": "CAA-IC-MN-N.png",
"InformalCount": "1",
"LAT": "38.798026",
"LON": "-77.062981",
"LastInsp": "901",
"NAME": "VIRGINIA CONCRETE ALEXANDRIA PLANT",
"PUV": "110001891506",
"RCRAstatus": "________VVSS",
"TYPE": "Facility"
}
],
"PopUpBaseURL": "https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id=",
"QueryID": "245"
}
}