mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 15:21:16 -07:00
Adding HOLC indicator (#1579)
Added HOLC indicator (Historic Redlining Score) from NCRC work; included 3.25 cutoff and low income as part of the housing burden category.
This commit is contained in:
parent
f047ca9d83
commit
1782d022a9
10 changed files with 202 additions and 40 deletions
|
@ -114,6 +114,11 @@ DATASET_LIST = [
|
|||
"module_dir": "maryland_ejscreen",
|
||||
"class_name": "MarylandEJScreenETL",
|
||||
},
|
||||
{
|
||||
"name": "historic_redlining",
|
||||
"module_dir": "historic_redlining",
|
||||
"class_name": "HistoricRedliningETL",
|
||||
},
|
||||
# This has to come after us.json exists
|
||||
{
|
||||
"name": "census_acs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue