Adding VA and CO ETL from mapping for environmental justice (#1177)

Adding the mapping for environmental justice data, which contains information about VA and CO, to the ETL pipeline.
This commit is contained in:
Emma Nechamkin 2022-02-04 10:00:41 -05:00 committed by GitHub
commit 6a00b29f5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 209 additions and 115 deletions

View file

@ -1,4 +1,9 @@
DATASET_LIST = [
{
"name": "mapping_for_ej",
"module_dir": "mapping_for_ej",
"class_name": "MappingForEJETL",
},
{
"name": "census_acs",
"module_dir": "census_acs",