mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
clarify fieldnames
This commit is contained in:
parent
c1e35fb2f5
commit
fccd9d978c
1 changed files with 3 additions and 3 deletions
|
@ -234,16 +234,16 @@ MARYLAND_EJSCREEN_TRACT_90_PERCENT_FIELD: str = (
|
|||
)
|
||||
|
||||
MARYLAND_EJSCREEN_PERCENTILE_FIELD: str = (
|
||||
"Maryland Environmental Justice Percentile for EJ Score"
|
||||
"Maryland EJSCREEN Percentile Rank for EJ Score"
|
||||
)
|
||||
|
||||
MARYLAND_EJSCREEN_SCORE_FIELD: str = "Maryland Environmental Justice Score"
|
||||
|
||||
# this references ranked percentiles
|
||||
# this references percentile ranks
|
||||
# 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 has an EJ Score greater than 75"
|
||||
"Tract has a percentile rank above 75 for the EJ Score"
|
||||
)
|
||||
|
||||
# Child Opportunity Index data
|
||||
|
|
Loading…
Add table
Reference in a new issue