mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 22:11:18 -07:00
FEMA data check (#1270)
we wanted to implement a slightly different FEMA AG LOSS indicator. Here, we take the 90th percentile only of tracts that have agvalue, and then we also floor the denominator of the rate calculation (loss/total value) at $408k
This commit is contained in:
parent
8b5cef21d2
commit
1b76a68838
8 changed files with 4642 additions and 291 deletions
|
@ -328,6 +328,7 @@ EXPECTED_BUILDING_LOSS_RATE_LOW_INCOME_FIELD = (
|
|||
f"Greater than or equal to the {PERCENTILE}th percentile"
|
||||
f" for expected building loss rate and is low income?"
|
||||
)
|
||||
AGRICULTURAL_VALUE_BOOL_FIELD = "Contains agricultural value"
|
||||
|
||||
# Clean energy and efficiency
|
||||
PM25_EXPOSURE_LOW_INCOME_FIELD = f"Greater than or equal to the {PERCENTILE}th percentile for PM2.5 exposure and is low income?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue