mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 06:21:18 -07:00
Add EJSCREEN Areas of Concern (#843)
* Adding ej screen areas of concern * Uses it where user has local files, but not otherwise Co-authored-by: VincentLaUSDS <vincent.la@omb.eop.gov>
This commit is contained in:
parent
1795be6cb4
commit
1d541be447
10 changed files with 2546 additions and 18 deletions
|
@ -12,7 +12,7 @@ DATASET_LIST = [
|
|||
{
|
||||
"name": "ejscreen",
|
||||
"module_dir": "ejscreen",
|
||||
"class_name": "EJScreenETL",
|
||||
"class_name": "EJSCREENETL",
|
||||
},
|
||||
{
|
||||
"name": "housing_and_transportation",
|
||||
|
@ -69,6 +69,11 @@ DATASET_LIST = [
|
|||
"module_dir": "persistent_poverty",
|
||||
"class_name": "PersistentPovertyETL",
|
||||
},
|
||||
{
|
||||
"name": "ejscreen_areas_of_concern",
|
||||
"module_dir": "ejscreen_areas_of_concern",
|
||||
"class_name": "EJSCREENAreasOfConcernETL",
|
||||
},
|
||||
]
|
||||
CENSUS_INFO = {
|
||||
"name": "census",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue