mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-25 18:10:16 -07:00
Ticket 492: Integrate Area Median Income and Poverty measures into ETL (#660)
* Loading AMI and poverty data
This commit is contained in:
parent
125ea610cc
commit
7d13be7651
12 changed files with 474 additions and 91 deletions
|
@ -21,6 +21,8 @@ class ExtractTransformLoad:
|
|||
TMP_PATH: Path = DATA_PATH / "tmp"
|
||||
GEOID_FIELD_NAME: str = "GEOID10"
|
||||
GEOID_TRACT_FIELD_NAME: str = "GEOID10_TRACT"
|
||||
# TODO: investigate. Census says there are only 217,740 CBGs in the US.
|
||||
EXPECTED_MAX_CENSUS_BLOCK_GROUPS: int = 220405
|
||||
|
||||
def get_yaml_config(self) -> None:
|
||||
"""Reads the YAML configuration file for the dataset and stores
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue