Adding first street foundation data (#1823)

Adding FSF flood and wildfire risk datasets to the score.
This commit is contained in:
Emma Nechamkin 2022-08-17 10:14:23 -04:00 committed by GitHub
commit 5e378aea81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 430 additions and 82 deletions

View file

@ -34,6 +34,16 @@ DATASET_LIST = [
"module_dir": "mapping_for_ej",
"class_name": "MappingForEJETL",
},
{
"name": "fsf_flood_risk",
"module_dir": "fsf_flood_risk",
"class_name": "FloodRiskETL",
},
{
"name": "fsf_wildfire_risk",
"module_dir": "fsf_wildfire_risk",
"class_name": "WildfireRiskETL",
},
{
"name": "ejscreen",
"module_dir": "ejscreen",