mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-24 17:30:18 -07:00
Issue 838: Update comparison tool to use tracts (#934)
* Updating comparison tool to use tracts, and rely more heavily on `field_names`
This commit is contained in:
parent
49ce0f5911
commit
5c65eed28f
8 changed files with 230 additions and 723 deletions
|
@ -26,7 +26,7 @@ class PersistentPovertyETL(ExtractTransformLoad):
|
|||
# self.GEOCORR_PLACES_URL = "https://justice40-data.s3.amazonaws.com/data-sources/persistent_poverty_urban_rural.csv.zip"
|
||||
self.GEOID_TRACT_INPUT_FIELD_NAME_1 = "TRTID10"
|
||||
self.GEOID_TRACT_INPUT_FIELD_NAME_2 = "tractid"
|
||||
# self.URBAN_HERUISTIC_FIELD_NAME = "Urban Heuristic Flag"
|
||||
# self.URBAN_HEURISTIC_FIELD_NAME = "Urban Heuristic Flag"
|
||||
|
||||
self.POVERTY_PREFIX = "Individuals in Poverty (percent)"
|
||||
self.PERSISTENT_POVERTY_FIELD = "Persistent Poverty Census Tract"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue