mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
Adding quick comments
This commit is contained in:
parent
c2081937b3
commit
c42065377b
1 changed files with 8 additions and 1 deletions
|
@ -269,7 +269,9 @@
|
||||||
"Index = collections.namedtuple(\n",
|
"Index = collections.namedtuple(\n",
|
||||||
" typename=\"Index\",\n",
|
" typename=\"Index\",\n",
|
||||||
" field_names=[\n",
|
" field_names=[\n",
|
||||||
|
" # Short Name, can write whatever you want\n",
|
||||||
" \"method_name\",\n",
|
" \"method_name\",\n",
|
||||||
|
" # This is the field in the CSV\n",
|
||||||
" \"priority_communities_field\",\n",
|
" \"priority_communities_field\",\n",
|
||||||
" # Note: this field only used by indices defined at the census tract level.\n",
|
" # Note: this field only used by indices defined at the census tract level.\n",
|
||||||
" \"other_census_tract_fields_to_keep\",\n",
|
" \"other_census_tract_fields_to_keep\",\n",
|
||||||
|
@ -334,6 +336,11 @@
|
||||||
" priority_communities_field=PERSISTENT_POVERTY_CBG_LEVEL_FIELD,\n",
|
" priority_communities_field=PERSISTENT_POVERTY_CBG_LEVEL_FIELD,\n",
|
||||||
" other_census_tract_fields_to_keep=[],\n",
|
" other_census_tract_fields_to_keep=[],\n",
|
||||||
" ),\n",
|
" ),\n",
|
||||||
|
" Index(\n",
|
||||||
|
" method_name=\"EJSCREEN Areas of Concern, National, 80th percentile (communities)\",\n",
|
||||||
|
" priority_communities_field=\"EJSCREEN Areas of Concern, National, 80th percentile (communities)\",\n",
|
||||||
|
" other_census_tract_fields_to_keep=[],\n",
|
||||||
|
" ),\n",
|
||||||
"]\n",
|
"]\n",
|
||||||
"\n",
|
"\n",
|
||||||
"census_tract_indices = [\n",
|
"census_tract_indices = [\n",
|
||||||
|
@ -1492,7 +1499,7 @@
|
||||||
"name": "python",
|
"name": "python",
|
||||||
"nbconvert_exporter": "python",
|
"nbconvert_exporter": "python",
|
||||||
"pygments_lexer": "ipython3",
|
"pygments_lexer": "ipython3",
|
||||||
"version": "3.9.6"
|
"version": "3.8.12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nbformat": 4,
|
"nbformat": 4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue