mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 08:01:17 -07:00
Issue 883: Update FEMA risk index measure (#884)
* ETL updated * Adding three fields to score
This commit is contained in:
parent
05ebf9b48c
commit
21834b4a91
8 changed files with 114 additions and 82 deletions
|
@ -313,6 +313,9 @@ class ScoreETL(ExtractTransformLoad):
|
|||
field_names.UNEMPLOYMENT_FIELD,
|
||||
field_names.HT_INDEX_FIELD,
|
||||
field_names.MEDIAN_HOUSE_VALUE_FIELD,
|
||||
field_names.EXPECTED_BUILDING_LOSS_RATE_FIELD_NAME,
|
||||
field_names.EXPECTED_AGRICULTURE_LOSS_RATE_FIELD_NAME,
|
||||
field_names.EXPECTED_POPULATION_LOSS_RATE_FIELD_NAME,
|
||||
]
|
||||
|
||||
non_numeric_columns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue