mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 18:51:16 -07:00
Adding NLCD data (#1826)
Adding NLCD's natural space indicator end to end to the score.
This commit is contained in:
parent
49623e4da0
commit
7d89d41e49
18 changed files with 288 additions and 18 deletions
|
@ -65,6 +65,12 @@ DATASET_LIST = [
|
|||
"class_name": "HudHousingETL",
|
||||
"is_memory_intensive": False,
|
||||
},
|
||||
{
|
||||
"name": "nlcd_nature_deprived",
|
||||
"module_dir": "nlcd_nature_deprived",
|
||||
"class_name": "NatureDeprivedETL",
|
||||
"is_memory_intensive": False,
|
||||
},
|
||||
{
|
||||
"name": "census_acs_median_income",
|
||||
"module_dir": "census_acs_median_income",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue