mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-27 16:21:16 -07:00
Adding first street foundation data (#1823)
Adding FSF flood and wildfire risk datasets to the score.
This commit is contained in:
parent
ebac552d75
commit
5e378aea81
21 changed files with 430 additions and 82 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue