mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
updating comparison tool fields
This commit is contained in:
parent
e51af9d67e
commit
289024de25
1 changed files with 17 additions and 17 deletions
|
@ -3140,14 +3140,14 @@
|
|||
" ]\n",
|
||||
" # Insert indices for each of the factors from Definition L.\n",
|
||||
" # Note: since these involve no renaming, we write them using list comprehension.\n",
|
||||
"# + [\n",
|
||||
"# Index(\n",
|
||||
"# method_name=factor,\n",
|
||||
"# priority_communities_field=factor,\n",
|
||||
"# )\n",
|
||||
"# for factor in definition_factors\n",
|
||||
"# ]\n",
|
||||
" + [\n",
|
||||
" Index(\n",
|
||||
" method_name=factor,\n",
|
||||
" priority_communities_field=factor,\n",
|
||||
" )\n",
|
||||
" for factor in definition_factors\n",
|
||||
" ]\n",
|
||||
" # + [\n",
|
||||
" # Index(\n",
|
||||
" # # Note: we're renaming Score G as NMTC Modified for clarity, since that's what Score G is under the hood.\n",
|
||||
" # method_name=\"NMTC Modified\",\n",
|
||||
|
@ -3185,10 +3185,10 @@
|
|||
" # method_name=\"EPA RSEI Aggregate Microdata\",\n",
|
||||
" # priority_communities_field=field_names.EPA_RSEI_SCORE_THRESHOLD_FIELD,\n",
|
||||
" # ),\n",
|
||||
" # Index(\n",
|
||||
" # method_name=\"Persistent Poverty\",\n",
|
||||
" # priority_communities_field=PERSISTENT_POVERTY_TRACT_LEVEL_FIELD,\n",
|
||||
" # ),\n",
|
||||
" Index(\n",
|
||||
" method_name=\"Persistent Poverty\",\n",
|
||||
" priority_communities_field=PERSISTENT_POVERTY_TRACT_LEVEL_FIELD,\n",
|
||||
" ),\n",
|
||||
" # Index(\n",
|
||||
" # method_name=\"Maryland EJSCREEN\",\n",
|
||||
" # priority_communities_field=field_names.MARYLAND_EJSCREEN_BURDENED_THRESHOLD_FIELD,\n",
|
||||
|
@ -3197,15 +3197,15 @@
|
|||
" # method_name=field_names.ENERGY_RELATED_COMMUNITIES_DEFINITION_ALTERNATIVE,\n",
|
||||
" # priority_communities_field=field_names.ENERGY_RELATED_COMMUNITIES_DEFINITION_ALTERNATIVE,\n",
|
||||
" # ),\n",
|
||||
" # Index(\n",
|
||||
" # method_name=\"CDC SVI Index\",\n",
|
||||
" # priority_communities_field=field_names.CDC_SVI_INDEX_THEMES_PRIORITY_COMMUNITY,\n",
|
||||
" # ),\n",
|
||||
" Index(\n",
|
||||
" method_name=\"CDC SVI Index\",\n",
|
||||
" priority_communities_field=field_names.CDC_SVI_INDEX_THEMES_PRIORITY_COMMUNITY,\n",
|
||||
" ),\n",
|
||||
" # Index(\n",
|
||||
" # method_name=\"Michigan EJSCREEN\",\n",
|
||||
" # priority_communities_field=field_names.MICHIGAN_EJSCREEN_PRIORITY_COMMUNITY_FIELD,\n",
|
||||
" # ),\n",
|
||||
" # ]\n",
|
||||
" ]\n",
|
||||
" # Insert indices for each of the HOLC factors.\n",
|
||||
" # Note: since these involve no renaming, we write them using list comprehension.\n",
|
||||
" # + [\n",
|
||||
|
@ -4203,7 +4203,7 @@
|
|||
"name": "python",
|
||||
"nbconvert_exporter": "python",
|
||||
"pygments_lexer": "ipython3",
|
||||
"version": "3.9.10"
|
||||
"version": "3.9.6"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
|
|
Loading…
Add table
Reference in a new issue