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:
Lucas Merrill Brown 2021-11-02 15:38:42 -04:00 committed by GitHub
commit 1d541be447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2546 additions and 18 deletions

View file

@ -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",