A batch processing tool that takes a CSV of addresses and returns flood zone and natural hazard risk data for each address using the US Census Geocoder, FEMA ArcGIS, and FEMA National Risk Index (NRI) APIs.
- Reads a CSV file of addresses
- Geocodes each address using the Census Geocoder API (lat, lng, FIPS)
- Queries ArcGIS FEMA for the flood zone designation
- Queries the FEMA NRI for the natural hazard risk rating
- Outputs a results CSV with all data combined
python main.py addresses.csv