mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-26 10:01:17 -07:00
[ISS-723] Load Census Data for 4 Territories (#816)
* Adding census decennial data for island territories
This commit is contained in:
parent
053dde0d40
commit
b0dbc90064
6 changed files with 318 additions and 10 deletions
|
@ -74,6 +74,11 @@ DATASET_LIST = [
|
|||
"module_dir": "ejscreen_areas_of_concern",
|
||||
"class_name": "EJSCREENAreasOfConcernETL",
|
||||
},
|
||||
{
|
||||
"name": "census_decennial",
|
||||
"module_dir": "census_decennial",
|
||||
"class_name": "CensusDecennialETL",
|
||||
},
|
||||
]
|
||||
CENSUS_INFO = {
|
||||
"name": "census",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue