mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 08:24:19 -07:00
details on ranked percentiles
This commit is contained in:
parent
d56a084df7
commit
c1e35fb2f5
2 changed files with 8 additions and 6 deletions
|
@ -239,8 +239,11 @@ MARYLAND_EJSCREEN_PERCENTILE_FIELD: str = (
|
|||
|
||||
MARYLAND_EJSCREEN_SCORE_FIELD: str = "Maryland Environmental Justice Score"
|
||||
|
||||
# this references ranked percentiles
|
||||
# please see here for interpretation: https://github.com/usds/justice40-tool/issues/239#issuecomment-1003567593
|
||||
# and here: https://github.com/usds/justice40-tool/issues/239#issuecomment-1003448074
|
||||
MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD: str = (
|
||||
"Tract is greater than 75th percentile for Maryland EJ Score"
|
||||
"Tract has an EJ Score greater than 75"
|
||||
)
|
||||
|
||||
# Child Opportunity Index data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue