mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-26 19:21:17 -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
|
@ -44,6 +44,11 @@ DATASET_LIST = [
|
|||
"module_dir": "national_risk_index",
|
||||
"class_name": "NationalRiskIndexETL",
|
||||
},
|
||||
{
|
||||
"name": "census_acs_median_income",
|
||||
"module_dir": "census_acs_median_income",
|
||||
"class_name": "CensusACSMedianIncomeETL",
|
||||
},
|
||||
]
|
||||
CENSUS_INFO = {
|
||||
"name": "census",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue