Adding NLCD data (#1826)

Adding NLCD's natural space indicator end to end to the score.
This commit is contained in:
Emma Nechamkin 2022-08-17 14:21:28 -04:00 committed by GitHub
commit 7d89d41e49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 288 additions and 18 deletions

View file

@ -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",