mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 08:51:16 -07:00
CDC SVI Index: Additions to data-pipeline and comparison tool (#1096)
* wip * working * working * rename * documentation * add link * add readme * update fieldnames * typo * add comparison tool * revise wording * variable change for FIPS * workding * wording in readme * cleanup wording * update comparison tool * final tune up * grammar and punctuation in the documentation * period * cleanup comments * added revisions * parallelism * PR feedback from Lucas * remove extraneous fields from comparison tool * style * updates * remove themes * formatting * remove referenes to percentile rank * remove referenes to percentile rank * typo in fieldnames * updates based on feedback from Lucas * fieldnames formatting * fix broken markdown link Co-authored-by: lucasmbrown-usds <lucas.m.brown@omb.eop.gov>
This commit is contained in:
parent
95a14adb35
commit
87e08f5fe1
7 changed files with 337 additions and 36 deletions
|
@ -238,13 +238,26 @@ MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD: str = (
|
|||
"Michigan EJSCREEN Priority Community"
|
||||
)
|
||||
|
||||
# CDC SVI INDEX percentile fields
|
||||
CDC_SVI_INDEX_SE_THEME_FIELD: str = "SVI - Socioeconomic Index"
|
||||
CDC_SVI_INDEX_HOUSEHOLD_THEME_COMPOSITION_FIELD: str = (
|
||||
"SVI - Household Composition Index"
|
||||
)
|
||||
CDC_SVI_INDEX_LANGUAGE_THEME_FIELD: str = "SVI- Minority Status/Language Index"
|
||||
CDC_SVI_INDEX_HOUSING_TRANSPORTATION_FIELD: str = (
|
||||
"SVI- Housing Type/Transportation Index"
|
||||
)
|
||||
CDC_SVI_INDEX_RPL_THEMES_OVERALL_FIELD: str = (
|
||||
"Overall rank for Social Vulnerability Indices"
|
||||
)
|
||||
CDC_SVI_INDEX_THEMES_PRIORITY_COMMUNITY: str = "At or above 90 for overall percentile ranking according to Social Vulnerability Indices"
|
||||
|
||||
# Maryland EJSCREEN Data.
|
||||
MARYLAND_EJSCREEN_SCORE_FIELD: str = "Maryland Environmental Justice Score"
|
||||
|
||||
MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD: str = (
|
||||
"Maryland EJSCREEN Priority Community"
|
||||
)
|
||||
|
||||
# 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