mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 00:04:30 -07:00
PR feedback
This commit is contained in:
parent
fccd9d978c
commit
6e869ed025
3 changed files with 18 additions and 18 deletions
|
@ -220,20 +220,20 @@ MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD: str = (
|
|||
)
|
||||
|
||||
# Maryland EJSCREEN Data.
|
||||
MARYLAND_EJSCREEN_TRACT_25_PERCENT_FIELD: str = (
|
||||
MARYLAND_EJSCREEN_TRACT_25_PERCENTILE_FIELD: str = (
|
||||
"Tract is >=25% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_50_PERCENT_FIELD: str = (
|
||||
MARYLAND_EJSCREEN_TRACT_50_PERCENTILE_FIELD: str = (
|
||||
"Tract is >=50% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_75_PERCENT_FIELD: str = (
|
||||
MARYLAND_EJSCREEN_TRACT_75_PERCENTILE_FIELD: str = (
|
||||
"Tract is >=75% all other Maryland Tracts"
|
||||
)
|
||||
MARYLAND_EJSCREEN_TRACT_90_PERCENT_FIELD: str = (
|
||||
MARYLAND_EJSCREEN_TRACT_90_PERCENTILE_FIELD: str = (
|
||||
"Tract is >=90% all other Maryland Tracts"
|
||||
)
|
||||
|
||||
MARYLAND_EJSCREEN_PERCENTILE_FIELD: str = (
|
||||
MARYLAND_EJSCREEN_PERCENTILE_RANK_FIELD: str = (
|
||||
"Maryland EJSCREEN Percentile Rank for EJ Score"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue