mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 01:44:18 -07:00
revise merge
This commit is contained in:
parent
0e3ca6bf30
commit
0d464e518b
5 changed files with 164 additions and 0 deletions
|
@ -219,6 +219,25 @@ MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD: str = (
|
|||
"Michigan EJSCREEN Priority Community"
|
||||
)
|
||||
|
||||
# Maryland EJSCREEN Data.
|
||||
MARYLAND_EJSCREEN_TRACT_25_PERCENT_FIELD: str = (
|
||||
"Tract is >=25% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_50_PERCENT_FIELD: str = (
|
||||
"Tract is >=50% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_75_PERCENT_FIELD: str = (
|
||||
"Tract is >=75% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_90_PERCENT_FIELD: str = (
|
||||
"Tract is >=90% all other Maryland Tracts"
|
||||
)
|
||||
|
||||
MARYLAND_PERCENTILE_FIELD_NAME: str = (
|
||||
"Maryland Environmental Justice Percentile"
|
||||
)
|
||||
|
||||
|
||||
# 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