mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
Attempting to fix linter
This commit is contained in:
parent
32f8f36ca9
commit
29e447a8cc
1 changed files with 5 additions and 2 deletions
|
@ -16,8 +16,11 @@ class GeoCorrETL(ExtractTransformLoad):
|
||||||
|
|
||||||
# Need to change hyperlink to S3
|
# Need to change hyperlink to S3
|
||||||
|
|
||||||
# Note, that this CSV was generated by this notebook: https://github.com/usds/justice40-tool/blob/main/data/data-pipeline/data_pipeline/ipython/urban_vs_rural.ipynb
|
# Note, that this CSV was generated by this notebook:
|
||||||
# The source data for this notebook was downloaded from GeoCorr; the instructions for generating the source data is here: https://github.com/usds/justice40-tool/issues/355#issuecomment-920241787
|
# https://github.com/usds/justice40-tool/blob/main/data/data-pipeline/data_pipeline/ipython/urban_vs_rural.ipynb
|
||||||
|
# The source data for this notebook was downloaded from GeoCorr;
|
||||||
|
# the instructions for generating the source data is here:
|
||||||
|
# https://github.com/usds/justice40-tool/issues/355#issuecomment-920241787
|
||||||
self.GEOCORR_PLACES_URL = "https://justice40-data.s3.amazonaws.com/data-sources/geocorr_urban_rural.csv.zip"
|
self.GEOCORR_PLACES_URL = "https://justice40-data.s3.amazonaws.com/data-sources/geocorr_urban_rural.csv.zip"
|
||||||
self.GEOCORR_GEOID_FIELD_NAME = "GEOID10_TRACT"
|
self.GEOCORR_GEOID_FIELD_NAME = "GEOID10_TRACT"
|
||||||
self.URBAN_HERUISTIC_FIELD_NAME = "Urban Heuristic Flag"
|
self.URBAN_HERUISTIC_FIELD_NAME = "Urban Heuristic Flag"
|
||||||
|
|
Loading…
Add table
Reference in a new issue