Issue 242: Add HOLC Grades to data inputs (#978)

* Add mapping inequality data to data inputs

* Add mapping inequality data to comparison tool
This commit is contained in:
Lucas Merrill Brown 2021-12-04 12:23:01 -05:00 committed by GitHub
commit c5dff6e5f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 317 additions and 15 deletions

View file

@ -49,6 +49,11 @@ DATASET_LIST = [
"module_dir": "geocorr",
"class_name": "GeoCorrETL",
},
{
"name": "mapping_inequality",
"module_dir": "mapping_inequality",
"class_name": "MappingInequalityETL",
},
{
"name": "persistent_poverty",
"module_dir": "persistent_poverty",