mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 10:34:18 -08:00
Refactor NRI Dataset with YAML Score Config
This commit is contained in:
parent
5bff1c1200
commit
3550981214
2 changed files with 18 additions and 0 deletions
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
datasets:
|
||||
- long_name: "FEMA National Risk Index"
|
||||
short_name: "nri"
|
||||
module_name: national_risk_index_2020
|
||||
source_url: https://hazards.fema.gov/nri/Content/StaticDocuments/DataDownload//NRI_Table_CensusTracts/NRI_Table_CensusTracts.zip
|
||||
extracted_file_name: "NRI_Table_CensusTracts.csv"
|
||||
description: "Dataset from FEMA that identifies communities most at risk to 18 natural hazards."
|
||||
geoid_tract_field_name: "TRACTFIPS"
|
||||
null_representation: "None"
|
||||
load_fields:
|
||||
- short_name: "ex_loss"
|
||||
df_field_name: "RISK_INDEX_EXPECTED_ANNUAL_LOSS_SCORE_FIELD_NAME"
|
||||
long_name: "FEMA Risk Index Expected Annual Loss Score"
|
||||
type: float
|
||||
tile_include: true
|
||||
csv_download: true
|
||||
excel_download: true
|
Loading…
Add table
Reference in a new issue