Resource Conservation and Recovery Act (RCRA) GeoJSON Service
Based on the QID obtained from a get_facilities or get_facility_info query, return GeoJSON of the facilities found.
Query parameters
Output Format Flag. Enter one of the following keywords:
- GEOJSON = Facility results formatted as GeoJSON feature collection (default).
- GEOJSONP = Facility results formatted as GeoJSON feature collection with Padding.
- GEOJSOND = Facility results formatted as GeoJSON feature collection download.
Query ID Selector. Enter the QueryID number from a previously run query.
JSONP Callback. For use with JSONP and GEOJSONP output only. Enter a name of the function in which to wrap the JSON response.
Output Sort Column. Enter the number of the column on which the data will be sorted. If unpopulated results will sort on the first column.
Output Sort Column Descending Flag. Enter Y to column identified in the newsort parameter descending. Enter N to use ascending sort order. Used only when newsort parameter is populated.
Used to customize service output. A list of comma-separated column IDs of output objects that will be returned in the service query object or download. Use the metadata service endpoint for a complete list of Ids and definitions.
Optional flag to request GeoJSON formatted results to be pretty printed. Only provide a numeric value when the output needs to be human readable as pretty printing has a performance cost.
Response
Results are formatted as a GeoJSON feature collection.
Example response
{
"features": [
{
"geometry": {
"type": "Point"
},
"properties": {
"AIRIDs": "DC0000001100195254",
"CWAIDs": "DC0000001",
"CalculatedAccuracyMeters": 50,
"CensusBlockGroup": "110010096022",
"ChesapeakeBayFlag": "Y",
"CollectionMethod": "ADDRESS MATCHING-HOUSE NUMBER",
"CurrSvFlag": 1,
"CurrVioFlag": 1,
"EPASystem": "ICP",
"FacCountyName": "Fairfax County",
"FacDerivedHuc": "552968",
"FacDerivedTRIbes": "Cherokee Nation",
"FacDerivedWBD": "20700100204",
"FacDerivedWBDName": "Fourmile Run-Potomac River",
"FacFIPSCode": "55001",
"FacFederalAgencyCode": "E",
"FacFederalAgencyName": "EPA",
"FacIndianSpatialFlg": "Y",
"FacMapFlg": "Y",
"FacMapIcon": "CWA-NC-MJ-2.png",
"FacPercentMinority": 45.379,
"FacPopulationDensity": 9611.17,
"FacSICCodes": "811",
"FacStdCountyName": "Fairfax County",
"FacTRILandReleases": "11.7",
"FacTRIReporter": "B",
"FacUsMexBorderFlg": "Y",
"Infea5yrFlag": 1,
"Insp5yrFlag": 1,
"LastViolationDate": "5/13/2011",
"Lower48": "Y",
"MaxPctileUs": 54.7,
"MaxScore": 1,
"Over80CountUs": 3,
"OwnerDesc": "Local Government",
"PctileCancerUs": 99,
"PctileDpmUs": 99,
"PctileO3Us": 52.4,
"PctilePctpre1960Us": 14.6,
"PctilePmUs": 52.4,
"PctileProximityNPDESUs": 45.3,
"PctileProximityNplUs": 38.9,
"PctileProximityRmpUs": 54.7,
"PctileProximityTsdfUs": 42.4,
"PctileRespUs": 41.9,
"PctileTrafficScoreUs": 7,
"RCRA3yrComplQtrsHistory": "________VVSS",
"RCRADaysLastInspection": 1247,
"RCRAIDs": "VAD981111784",
"RCRALastPenaltyDate": "12/12/2016",
"RCRANAICS": "8111",
"RCRAPenalties": 987,
"ReferencePoint": "ENTRANCE POINT OF A FACILITY OR STATION",
"RegistryID": "110020837601",
"RmpIDs": "110000",
"SDWAIDs": "DC0000001",
"Score": 1,
"SourceID": "ALR040033",
"Statute": "CWA",
"TRIIDs": "20011FRTTT5001F",
"TRIbalFlag": 1,
"ViolFlag": 1,
"WebDocs": "C6"
},
"type": "Feature"
}
],
"type": "FeatureCollection"
}