mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 02:51:17 -07:00
Maryland EJSCREEN Addition to comparison tool (#1143)
* finalized * cleanup notebook * cleanup * run black
This commit is contained in:
parent
2604b66cf7
commit
a98ea35f74
6 changed files with 174 additions and 2 deletions
|
@ -223,6 +223,13 @@ MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD: str = (
|
|||
"Michigan EJSCREEN Priority Community"
|
||||
)
|
||||
|
||||
# Maryland EJSCREEN Data.
|
||||
MARYLAND_EJSCREEN_SCORE_FIELD: str = "Maryland Environmental Justice Score"
|
||||
|
||||
MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD: str = (
|
||||
"Maryland EJSCREEN Priority Community"
|
||||
)
|
||||
|
||||
# Child Opportunity Index data
|
||||
# Summer days with maximum temperature above 90F.
|
||||
EXTREME_HEAT_FIELD = "Summer days above 90F"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue