Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/us_fema/national_risk_index/sh/download_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ cd "$tmp"
## County-level data
## Zip includes data a copy of the data dictionary
### Double slash after DataDownload is intentional
curl -L https://hazards.fema.gov/nri/Content/StaticDocuments/DataDownload/NRI_Table_Counties/NRI_Table_Counties.zip -o NRI_Table_Counties.zip
curl -fL https://www.fema.gov/about/reports-and-data/openfema/nri/v120/NRI_Table_Counties.zip -o NRI_Table_Counties.zip
unzip NRI_Table_Counties.zip -d NRI_Table_Counties

## Tract-level data
curl -L https://hazards.fema.gov/nri/Content/StaticDocuments/DataDownload/NRI_Table_CensusTracts/NRI_Table_CensusTracts.zip -o NRI_Table_CensusTracts.zip
curl -fL https://www.fema.gov/about/reports-and-data/openfema/nri/v120/NRI_Table_CensusTracts.zip -o NRI_Table_CensusTracts.zip
unzip NRI_Table_CensusTracts.zip -d NRI_Table_CensusTracts

# Move files to final destination
Expand Down
Loading
Loading