mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 11:01:17 -07:00
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:
parent
1d101c93d2
commit
c5dff6e5f7
10 changed files with 317 additions and 15 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue