mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 06:24:19 -07:00
parallelism
This commit is contained in:
parent
7e6dd1d3db
commit
c0b8580791
3 changed files with 19 additions and 20 deletions
|
@ -233,13 +233,13 @@ MARYLAND_EJSCREEN_TRACT_90_PERCENT_FIELD: str = (
|
|||
"Tract is >=90% all other Maryland Tracts"
|
||||
)
|
||||
|
||||
MARYLAND_PERCENTILE_FIELD_NAME: str = (
|
||||
MARYLAND_EJSCREEN_PERCENTILE_FIELD: str = (
|
||||
"Maryland Environmental Justice Percentile for EJ Score"
|
||||
)
|
||||
|
||||
MARYLAND_SCORE_FIELD_NAME: str = "Maryland Environmental Justice Score"
|
||||
MARYLAND_EJSCREEN_SCORE_FIELD: str = "Maryland Environmental Justice Score"
|
||||
|
||||
MARYLAND_EJSCREEN_BURDENED_THRESHOLD: str = (
|
||||
MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD: str = (
|
||||
"Tract is greater than 75th percentile for Maryland EJ Score"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue