flood-adapt 1.0.3__py3-none-any.whl → 1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- flood_adapt/__init__.py +2 -3
- flood_adapt/adapter/fiat_adapter.py +8 -3
- flood_adapt/adapter/sfincs_adapter.py +3 -3
- flood_adapt/adapter/sfincs_offshore.py +1 -1
- flood_adapt/config/fiat.py +1 -1
- flood_adapt/config/gui.py +185 -8
- flood_adapt/database_builder/database_builder.py +155 -129
- flood_adapt/database_builder/metrics_utils.py +1834 -0
- flood_adapt/dbs_classes/database.py +23 -28
- flood_adapt/dbs_classes/dbs_benefit.py +0 -26
- flood_adapt/dbs_classes/dbs_event.py +2 -2
- flood_adapt/dbs_classes/dbs_measure.py +2 -2
- flood_adapt/dbs_classes/dbs_scenario.py +0 -24
- flood_adapt/dbs_classes/dbs_static.py +4 -9
- flood_adapt/dbs_classes/dbs_strategy.py +2 -4
- flood_adapt/dbs_classes/dbs_template.py +65 -25
- flood_adapt/flood_adapt.py +64 -13
- flood_adapt/misc/exceptions.py +43 -6
- {flood_adapt-1.0.3.dist-info → flood_adapt-1.1.0.dist-info}/METADATA +3 -3
- {flood_adapt-1.0.3.dist-info → flood_adapt-1.1.0.dist-info}/RECORD +24 -44
- flood_adapt/database_builder/templates/infographics/OSM/config_charts.toml +0 -90
- flood_adapt/database_builder/templates/infographics/OSM/config_people.toml +0 -57
- flood_adapt/database_builder/templates/infographics/OSM/config_risk_charts.toml +0 -121
- flood_adapt/database_builder/templates/infographics/OSM/config_roads.toml +0 -65
- flood_adapt/database_builder/templates/infographics/US_NSI/config_charts.toml +0 -126
- flood_adapt/database_builder/templates/infographics/US_NSI/config_people.toml +0 -60
- flood_adapt/database_builder/templates/infographics/US_NSI/config_risk_charts.toml +0 -121
- flood_adapt/database_builder/templates/infographics/US_NSI/config_roads.toml +0 -65
- flood_adapt/database_builder/templates/infographics/US_NSI/styles.css +0 -45
- flood_adapt/database_builder/templates/infometrics/OSM/metrics_additional_risk_configs.toml +0 -4
- flood_adapt/database_builder/templates/infometrics/OSM/with_SVI/infographic_metrics_config.toml +0 -143
- flood_adapt/database_builder/templates/infometrics/OSM/with_SVI/infographic_metrics_config_risk.toml +0 -153
- flood_adapt/database_builder/templates/infometrics/OSM/without_SVI/infographic_metrics_config.toml +0 -127
- flood_adapt/database_builder/templates/infometrics/OSM/without_SVI/infographic_metrics_config_risk.toml +0 -57
- flood_adapt/database_builder/templates/infometrics/US_NSI/metrics_additional_risk_configs.toml +0 -4
- flood_adapt/database_builder/templates/infometrics/US_NSI/with_SVI/infographic_metrics_config.toml +0 -191
- flood_adapt/database_builder/templates/infometrics/US_NSI/with_SVI/infographic_metrics_config_risk.toml +0 -153
- flood_adapt/database_builder/templates/infometrics/US_NSI/without_SVI/infographic_metrics_config.toml +0 -178
- flood_adapt/database_builder/templates/infometrics/US_NSI/without_SVI/infographic_metrics_config_risk.toml +0 -57
- flood_adapt/database_builder/templates/infometrics/mandatory_metrics_config.toml +0 -9
- flood_adapt/database_builder/templates/infometrics/mandatory_metrics_config_risk.toml +0 -65
- /flood_adapt/database_builder/templates/infographics/{OSM/styles.css → styles.css} +0 -0
- {flood_adapt-1.0.3.dist-info → flood_adapt-1.1.0.dist-info}/LICENSE +0 -0
- {flood_adapt-1.0.3.dist-info → flood_adapt-1.1.0.dist-info}/WHEEL +0 -0
- {flood_adapt-1.0.3.dist-info → flood_adapt-1.1.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: flood-adapt
|
|
3
|
-
Version: 1.0
|
|
3
|
+
Version: 1.1.0
|
|
4
4
|
Summary: A software package support system which can be used to assess the benefits and costs of flood resilience measures
|
|
5
5
|
Author-email: Gundula Winter <Gundula.Winter@deltares.nl>, Panos Athanasiou <Panos.Athanasiou@deltares.nl>, Frederique de Groen <Frederique.deGroen@deltares.nl>, Tim de Wilde <Tim.deWilde@deltares.nl>, Julian Hofer <Julian.Hofer@deltares.nl>, Daley Adrichem <Daley.Adrichem@deltares.nl>, Luuk Blom <Luuk.Blom@deltares.nl>
|
|
6
6
|
License: ====================================================
|
|
@@ -714,7 +714,7 @@ Requires-Dist: cht-observations==0.2.1
|
|
|
714
714
|
Requires-Dist: cht-tide==0.1.1
|
|
715
715
|
Requires-Dist: dask==2024.11.2
|
|
716
716
|
Requires-Dist: numba_celltree==0.2.2
|
|
717
|
-
Requires-Dist: fiat-toolbox
|
|
717
|
+
Requires-Dist: fiat-toolbox<0.2.0,>=0.1.22
|
|
718
718
|
Requires-Dist: fiona<2.0,>=1.0
|
|
719
719
|
Requires-Dist: geojson<4.0,>=3.0
|
|
720
720
|
Requires-Dist: geopandas<2.0,>=1.0
|
|
@@ -723,7 +723,7 @@ Requires-Dist: hydromt-sfincs==1.2.0
|
|
|
723
723
|
Requires-Dist: numpy<2.0,>=1.0
|
|
724
724
|
Requires-Dist: numpy-financial<2.0,>=1.0
|
|
725
725
|
Requires-Dist: pandas<3.0,>=2.0
|
|
726
|
-
Requires-Dist: plotly<
|
|
726
|
+
Requires-Dist: plotly<6.3,>=6.0
|
|
727
727
|
Requires-Dist: pydantic<3.0,>=2.0
|
|
728
728
|
Requires-Dist: pydantic-settings<3.0,>=2.0
|
|
729
729
|
Requires-Dist: pyogrio<1.0
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
flood_adapt/__init__.py,sha256=
|
|
2
|
-
flood_adapt/flood_adapt.py,sha256=
|
|
1
|
+
flood_adapt/__init__.py,sha256=sYTRa9BY57A8MIKTsLJnUYFRkOW1hJ45QGELSKojHXE,779
|
|
2
|
+
flood_adapt/flood_adapt.py,sha256=BaX3VmmaxYlL1-l41raHLRNgS2a9waJYexdL3Hp7IDU,40735
|
|
3
3
|
flood_adapt/adapter/__init__.py,sha256=vnF8NCkEVX-N-gtGS-J_A1H1YYAjihWjJZFyYGwcp8Q,180
|
|
4
|
-
flood_adapt/adapter/fiat_adapter.py,sha256=
|
|
5
|
-
flood_adapt/adapter/sfincs_adapter.py,sha256=
|
|
6
|
-
flood_adapt/adapter/sfincs_offshore.py,sha256=
|
|
4
|
+
flood_adapt/adapter/fiat_adapter.py,sha256=ymTVpiFn-rFp2tzO7p8tSA5X1BDOSuKzywOBXdG_PZY,60224
|
|
5
|
+
flood_adapt/adapter/sfincs_adapter.py,sha256=I144KFNLlE8ZZCk4qXs76gwt6yw9o3hyCaIQGvwN85o,78551
|
|
6
|
+
flood_adapt/adapter/sfincs_offshore.py,sha256=DkqGwx0Fx4dojY1YH8tW3MUS4Omgd5DC6QINEsTP0Uk,7659
|
|
7
7
|
flood_adapt/adapter/interface/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
flood_adapt/adapter/interface/hazard_adapter.py,sha256=S2NIUAMSRgxC_E-tZRJ2qIP06U1zEVdn-MnvMTrn86s,2828
|
|
9
9
|
flood_adapt/adapter/interface/impact_adapter.py,sha256=WK_r0KBBR-Z6Yiys0dqtOVbFIsqEjr3aWBuZkb9zN5Y,1428
|
|
@@ -11,14 +11,15 @@ flood_adapt/adapter/interface/model_adapter.py,sha256=8OMjxw-3gv6eX60bv_44AaU_lE
|
|
|
11
11
|
flood_adapt/adapter/interface/offshore.py,sha256=G3ZpCWw6SjpyhOJIh0Acc5jnoUS8SO_zWLmfMED7zho,481
|
|
12
12
|
flood_adapt/config/__init__.py,sha256=wfcPGORAGBXWUi8G7E5tLWvBS9A2ajJ9atHfxatExj4,1933
|
|
13
13
|
flood_adapt/config/config.py,sha256=-aMmeBLE03O0Az-S9ms6Rz5hX8_5Kn2vr7IjjMI9w2o,9374
|
|
14
|
-
flood_adapt/config/fiat.py,sha256=
|
|
15
|
-
flood_adapt/config/gui.py,sha256=
|
|
14
|
+
flood_adapt/config/fiat.py,sha256=svx3zRp8ZcHifTl0hLbl2JCeYuqckxQFJjDd-C0oqok,3417
|
|
15
|
+
flood_adapt/config/gui.py,sha256=9VFfzQOjRs4E6sY0bweBUpPGgHfKc7Az7yBlNetotcg,16784
|
|
16
16
|
flood_adapt/config/hazard.py,sha256=vhFvubkFdl4oTnhL7oeNHA7I_h3WCl9QzAzBByt5qrU,12210
|
|
17
17
|
flood_adapt/config/impacts.py,sha256=O7vE7jB3GSXnkqAvv7TqJiJ_j1uJ3mck_KQ-ScsB3bo,3192
|
|
18
18
|
flood_adapt/config/sfincs.py,sha256=y8C3PzFwwgMB_sb8rBzgteaQ8fCxep6DnZxuk0q__bc,4825
|
|
19
19
|
flood_adapt/config/site.py,sha256=VR90jCHWcxgoQJptNyXy7LseGjXUDRtdOjNGCddFVzI,4328
|
|
20
20
|
flood_adapt/database_builder/__init__.py,sha256=YsI5bGcAKYmsmb5W-spp91hzsKSTRtkXBLNRxLOWml4,474
|
|
21
|
-
flood_adapt/database_builder/database_builder.py,sha256=
|
|
21
|
+
flood_adapt/database_builder/database_builder.py,sha256=WHCsRGZq2owNyuLMpk2wEnGR2QrELAVDqJfE8xG12JE,100855
|
|
22
|
+
flood_adapt/database_builder/metrics_utils.py,sha256=VCLhEIViwlmGxh9LBoEGMsRcSEvktiKvh8IolUjHPfI,66459
|
|
22
23
|
flood_adapt/database_builder/templates/default_units/imperial.toml,sha256=zIjPlxIa2kWLUjSYisd8UolXGo5iKdFoDDz_JkKBXTM,295
|
|
23
24
|
flood_adapt/database_builder/templates/default_units/metric.toml,sha256=tc0XMKs7xGL9noB9lAb0gyQfjYxzokgHa3NqpccxWl0,302
|
|
24
25
|
flood_adapt/database_builder/templates/green_infra_table/green_infra_lookup_table.csv,sha256=ooQzNGQwAMSAphy5W2ZyR5boQlcwvPv9ToJx1MlZhVE,466
|
|
@@ -40,16 +41,7 @@ flood_adapt/database_builder/templates/icons/white_down_48x48.png,sha256=ZxXz4WK
|
|
|
40
41
|
flood_adapt/database_builder/templates/icons/white_left_48x48.png,sha256=mLjrGhsMo79EyaeEK9Ykmym-knv2LHk92JTMWaAfaw0,738
|
|
41
42
|
flood_adapt/database_builder/templates/icons/white_right_48x48.png,sha256=dxYJT-zTp8KXLcjRkd4toZjkPrFCjDwBbSmqPspw9Qk,753
|
|
42
43
|
flood_adapt/database_builder/templates/icons/white_up_48x48.png,sha256=eahYlRiknCFlIfA26BJQl__o74cqwuKTRRZ35SgCXcY,733
|
|
43
|
-
flood_adapt/database_builder/templates/infographics/
|
|
44
|
-
flood_adapt/database_builder/templates/infographics/OSM/config_people.toml,sha256=k-0q5reU-0LA0QMlT5Mat8mldH9t37fMSt2pUZ0P0do,1754
|
|
45
|
-
flood_adapt/database_builder/templates/infographics/OSM/config_risk_charts.toml,sha256=kwBVwsSY-D3ADuJdLxFQlSLuhxguxdNXk-dn-Pt_ud8,3804
|
|
46
|
-
flood_adapt/database_builder/templates/infographics/OSM/config_roads.toml,sha256=VFlCpP2KzGlfBPoblNdL6YlJEmccUvIlUgLaOtwxwrc,1874
|
|
47
|
-
flood_adapt/database_builder/templates/infographics/OSM/styles.css,sha256=yV8U2Z1DwuyfaAL13iQHjEJcPiDHXCUzGt2REXlSKeg,762
|
|
48
|
-
flood_adapt/database_builder/templates/infographics/US_NSI/config_charts.toml,sha256=7mRXeh7-pvfsHp-gFdubQXR33nqaSyzKuJVc1WILdJU,3762
|
|
49
|
-
flood_adapt/database_builder/templates/infographics/US_NSI/config_people.toml,sha256=9VJ0rzIj4YZIYWATQZYmbO6KLBB-C9i7skBOvE0M3oA,1892
|
|
50
|
-
flood_adapt/database_builder/templates/infographics/US_NSI/config_risk_charts.toml,sha256=kwBVwsSY-D3ADuJdLxFQlSLuhxguxdNXk-dn-Pt_ud8,3804
|
|
51
|
-
flood_adapt/database_builder/templates/infographics/US_NSI/config_roads.toml,sha256=T1QqW95D0MTeWMLDV85WdodXrIf0T7uIRZA9FU0l_is,1873
|
|
52
|
-
flood_adapt/database_builder/templates/infographics/US_NSI/styles.css,sha256=yV8U2Z1DwuyfaAL13iQHjEJcPiDHXCUzGt2REXlSKeg,762
|
|
44
|
+
flood_adapt/database_builder/templates/infographics/styles.css,sha256=yV8U2Z1DwuyfaAL13iQHjEJcPiDHXCUzGt2REXlSKeg,762
|
|
53
45
|
flood_adapt/database_builder/templates/infographics/images/ambulance.png,sha256=dw5vcU_kRePrBA3Zl4_aQFz1Rc93x26y8PelY2MJ_Lo,7757
|
|
54
46
|
flood_adapt/database_builder/templates/infographics/images/car.png,sha256=PFED6xR31G2P15ZGM14CyJeca7zfUlwQe2348bpPCxM,6600
|
|
55
47
|
flood_adapt/database_builder/templates/infographics/images/cart.png,sha256=hLknRSLm7YCSw5kmDP_JysAN6cLiNCVKkqhfsaoT_8c,27453
|
|
@@ -62,36 +54,24 @@ flood_adapt/database_builder/templates/infographics/images/person.png,sha256=ipz
|
|
|
62
54
|
flood_adapt/database_builder/templates/infographics/images/school.png,sha256=7N6EkuNxHKyFuBVSRDQVN3wZkX7O-eXrcvjJeyOb8w8,7554
|
|
63
55
|
flood_adapt/database_builder/templates/infographics/images/truck.png,sha256=0IhvYYvmfAPvFiA5ipwTz3VnvlFe5vyfNrejPinrlOo,9492
|
|
64
56
|
flood_adapt/database_builder/templates/infographics/images/walking_person.png,sha256=vaxO4oGejK5Q4KyGXuew2YgpGPabpnwLyxTFH1WMbmo,11080
|
|
65
|
-
flood_adapt/database_builder/templates/infometrics/mandatory_metrics_config.toml,sha256=3iR6iKvpJuM_Ol2BQpdEU_2Y9niETYDRv8jql_wze3Q,211
|
|
66
|
-
flood_adapt/database_builder/templates/infometrics/mandatory_metrics_config_risk.toml,sha256=7bczTZqoMgXot_OTQmabUbUFGFBmKkvaWSB0tsHvodk,1759
|
|
67
|
-
flood_adapt/database_builder/templates/infometrics/OSM/metrics_additional_risk_configs.toml,sha256=_UTrZOqdM8ewvkHaKWfhgi7-xbTtajQTBubN7NO0Bo8,80
|
|
68
|
-
flood_adapt/database_builder/templates/infometrics/OSM/with_SVI/infographic_metrics_config.toml,sha256=hqdh1XcgNiGWBenCbNom-5G_xvVxM3JVqi2iT9M3tBI,5457
|
|
69
|
-
flood_adapt/database_builder/templates/infometrics/OSM/with_SVI/infographic_metrics_config_risk.toml,sha256=lKBrte-wP6fpeEGRkn8g1lE6CjP1EuR7wNI_wGuuYxo,6436
|
|
70
|
-
flood_adapt/database_builder/templates/infometrics/OSM/without_SVI/infographic_metrics_config.toml,sha256=060PJozh88C-j-TxqMsoRb7TFL1yJ7f0iLShvPPwBYc,4626
|
|
71
|
-
flood_adapt/database_builder/templates/infometrics/OSM/without_SVI/infographic_metrics_config_risk.toml,sha256=mKOoD1o7K3vqak_0vBWm83fsuu0SMKZNm8vv2b_5PW0,2096
|
|
72
|
-
flood_adapt/database_builder/templates/infometrics/US_NSI/metrics_additional_risk_configs.toml,sha256=-J8wqk43scvvRQ804tqv3mOrbI8CJ3RsaRLVhzgrVEs,79
|
|
73
|
-
flood_adapt/database_builder/templates/infometrics/US_NSI/with_SVI/infographic_metrics_config.toml,sha256=CjTyfC3wwG6krpHM8LMPhIM0c7u3Ljet8FHglNSjkPw,7436
|
|
74
|
-
flood_adapt/database_builder/templates/infometrics/US_NSI/with_SVI/infographic_metrics_config_risk.toml,sha256=5hZnHWUX_UnA8TAHh_MAnFV8ra-m-8DWyAFkwyT8iHQ,6301
|
|
75
|
-
flood_adapt/database_builder/templates/infometrics/US_NSI/without_SVI/infographic_metrics_config.toml,sha256=aPCMJ2BlpXjSHZA9x80JhhvCkbDDqZ-P7gwOYnxq34A,6631
|
|
76
|
-
flood_adapt/database_builder/templates/infometrics/US_NSI/without_SVI/infographic_metrics_config_risk.toml,sha256=VLO7NRWTPzYRj3jYDb_mImPTppSm8Lh1ajCdNPuyc4U,2045
|
|
77
57
|
flood_adapt/database_builder/templates/output_layers/bin_colors.toml,sha256=yN3_h2IimOyjtfhZ-ZoWyNa-2cAeFRNlbvaNTLhEMfA,417
|
|
78
58
|
flood_adapt/dbs_classes/__init__.py,sha256=J-a6BEkjDhuUzzRKuAn_AtTg_D9wNIsmY3BnVTiC2JA,731
|
|
79
|
-
flood_adapt/dbs_classes/database.py,sha256
|
|
80
|
-
flood_adapt/dbs_classes/dbs_benefit.py,sha256=
|
|
81
|
-
flood_adapt/dbs_classes/dbs_event.py,sha256=
|
|
82
|
-
flood_adapt/dbs_classes/dbs_measure.py,sha256=
|
|
59
|
+
flood_adapt/dbs_classes/database.py,sha256=-PFj-H_huKzlwehh-M0578OtqDS5LmLNAENSBmScAMg,23405
|
|
60
|
+
flood_adapt/dbs_classes/dbs_benefit.py,sha256=ayEYz8ga49HLdYuUsDWZOuZnpRnBpTuyhvfe2IyWAKI,1825
|
|
61
|
+
flood_adapt/dbs_classes/dbs_event.py,sha256=ak3kHan6L1EfC8agDLKiCe8gaY5leOmj_qUBsI61q9A,1869
|
|
62
|
+
flood_adapt/dbs_classes/dbs_measure.py,sha256=vVs-LtnHJN7eSGIFUglJdpbtfq_QI_Ftkv4lh5mfnNM,4085
|
|
83
63
|
flood_adapt/dbs_classes/dbs_projection.py,sha256=lyiU_ctP2ixK28RKnBN6mVJbOuaDsWCj1y6-MHlyi_k,1078
|
|
84
|
-
flood_adapt/dbs_classes/dbs_scenario.py,sha256=
|
|
85
|
-
flood_adapt/dbs_classes/dbs_static.py,sha256=
|
|
86
|
-
flood_adapt/dbs_classes/dbs_strategy.py,sha256=
|
|
87
|
-
flood_adapt/dbs_classes/dbs_template.py,sha256=
|
|
64
|
+
flood_adapt/dbs_classes/dbs_scenario.py,sha256=LHWx3Dr1XR47bPyPRkR70h3VcT0f0MVgB-R8V_G_O04,3993
|
|
65
|
+
flood_adapt/dbs_classes/dbs_static.py,sha256=KPKjz7xyzjn6yqVvfEHlzW7Wnqi_DmSkFhC9l4hEAr4,10557
|
|
66
|
+
flood_adapt/dbs_classes/dbs_strategy.py,sha256=qiEObHZeYL93GmdjSiGQls1ZmxdMZPkRkwzHgmoYwyE,4856
|
|
67
|
+
flood_adapt/dbs_classes/dbs_template.py,sha256=b2x2sWNYTnaWU8Plgp51PFPrZGEv2kRRn9JBAgYhLbI,11578
|
|
88
68
|
flood_adapt/dbs_classes/interface/database.py,sha256=kPHsmreB-vHaFD_FRXbP06tVs7pGxt4Rucim6aEqiKg,2550
|
|
89
69
|
flood_adapt/dbs_classes/interface/element.py,sha256=XN3SjfEiAa4oZ61XJNnHkfKQu5Da42EH8PEkfosIJ9w,3528
|
|
90
70
|
flood_adapt/dbs_classes/interface/static.py,sha256=amChHlParELA4vFMUn_kL1fx6z7fCFW-hJXBo7PGtbY,1588
|
|
91
71
|
flood_adapt/misc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
72
|
flood_adapt/misc/database_user.py,sha256=4PnXMNA0poQWWGc9FbmYAfJh5PhTMI3xzlCaIuP5wn4,546
|
|
93
73
|
flood_adapt/misc/debug_timer.py,sha256=TUXsJSX62P66AQrf7rqpmd95EZECJVWGT7pHpuxNG0I,743
|
|
94
|
-
flood_adapt/misc/exceptions.py,sha256=
|
|
74
|
+
flood_adapt/misc/exceptions.py,sha256=66lD9OlAfGadhbMN2t2C03KofzU_zOoVHnuEeDtSc0w,1827
|
|
95
75
|
flood_adapt/misc/log.py,sha256=aK5uJch8p3a4Js4f79tO5AM9yZvNlGPjHYPsY5EuWbc,6898
|
|
96
76
|
flood_adapt/misc/path_builder.py,sha256=sLhvk3tq-QzI3fFjdzckpBYYZeuGyHBbuI0R98Tqud8,1396
|
|
97
77
|
flood_adapt/misc/utils.py,sha256=-wOWgbDqswwGVYJARKfq-3L7DIs4OIHfrze5g3-qapU,5588
|
|
@@ -134,8 +114,8 @@ flood_adapt/objects/strategies/strategies.py,sha256=Jw-WJDCamL9p_7VEir3AdmYPMVAi
|
|
|
134
114
|
flood_adapt/workflows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
135
115
|
flood_adapt/workflows/benefit_runner.py,sha256=VtYt0sHFymNyErpzOtuN55cKJGVm5hT2a_Qzprg6T88,21786
|
|
136
116
|
flood_adapt/workflows/scenario_runner.py,sha256=9_Y6GmMYhYoTRkBUIlju0eBy6DosGf4Zl2tgu1QEubI,4119
|
|
137
|
-
flood_adapt-1.0.
|
|
138
|
-
flood_adapt-1.0.
|
|
139
|
-
flood_adapt-1.0.
|
|
140
|
-
flood_adapt-1.0.
|
|
141
|
-
flood_adapt-1.0.
|
|
117
|
+
flood_adapt-1.1.0.dist-info/LICENSE,sha256=Ui5E03pQ0EVKxvKA54lTPA1xrtgA2HMGLQai95eOzoE,36321
|
|
118
|
+
flood_adapt-1.1.0.dist-info/METADATA,sha256=vnH3R3LDD2ng6pzaPEoabFW58AEixcYptlcw_EjZvBo,53266
|
|
119
|
+
flood_adapt-1.1.0.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
120
|
+
flood_adapt-1.1.0.dist-info/top_level.txt,sha256=JvzMi6cTcQPEThCfpgMEeVny3ghI1urSH0CCgVIqSzw,12
|
|
121
|
+
flood_adapt-1.1.0.dist-info/RECORD,,
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.Homes]
|
|
3
|
-
Name = "Homes"
|
|
4
|
-
Image = "{image_path}/house.png"
|
|
5
|
-
[Charts.Commercial]
|
|
6
|
-
Name = "Commercial"
|
|
7
|
-
Image = "{image_path}/cart.png"
|
|
8
|
-
[Charts.Industry]
|
|
9
|
-
Name = "Industrial facilities"
|
|
10
|
-
Image = "{image_path}/factory.png"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
[Categories]
|
|
14
|
-
[Categories.Minor]
|
|
15
|
-
Name = "Minor"
|
|
16
|
-
Color = "#ffa500"
|
|
17
|
-
[Categories.Major]
|
|
18
|
-
Name = "Major"
|
|
19
|
-
Color = "#ff0000"
|
|
20
|
-
[Categories.Destroyed]
|
|
21
|
-
Name = "Destroyed"
|
|
22
|
-
Color = "#000000"
|
|
23
|
-
|
|
24
|
-
[Slices]
|
|
25
|
-
[Slices.Minor_Homes]
|
|
26
|
-
Name = "Minor Homes"
|
|
27
|
-
Query = "ResidentialMinorCount"
|
|
28
|
-
Chart = "Homes"
|
|
29
|
-
Category = "Minor"
|
|
30
|
-
[Slices.Major_Homes]
|
|
31
|
-
Name = "Major Homes"
|
|
32
|
-
Query = "ResidentialMajorCount"
|
|
33
|
-
Chart = "Homes"
|
|
34
|
-
Category = "Major"
|
|
35
|
-
[Slices.Destroyed_Homes]
|
|
36
|
-
Name = "Destroyed Homes"
|
|
37
|
-
Query = "ResidentialDestroyedCount"
|
|
38
|
-
Chart = "Homes"
|
|
39
|
-
Category = "Destroyed"
|
|
40
|
-
[Slices.Minor_Commercial]
|
|
41
|
-
Name = "Minor Commercial"
|
|
42
|
-
Query = "CommercialMinorCount"
|
|
43
|
-
Chart = "Commercial"
|
|
44
|
-
Category = "Minor"
|
|
45
|
-
[Slices.Major_Commercial]
|
|
46
|
-
Name = "Major Commercial"
|
|
47
|
-
Query = "CommercialMajorCount"
|
|
48
|
-
Chart = "Commercial"
|
|
49
|
-
Category = "Major"
|
|
50
|
-
[Slices.Destroyed_Commercial]
|
|
51
|
-
Name = "Destroyed Commercial"
|
|
52
|
-
Query = "CommercialDestroyedCount"
|
|
53
|
-
Chart = "Commercial"
|
|
54
|
-
Category = "Destroyed"
|
|
55
|
-
[Slices.Minor_Industry]
|
|
56
|
-
Name = "Minor Industrial"
|
|
57
|
-
Query = "IndustrialMinorCount"
|
|
58
|
-
Chart = "Industrial facilities"
|
|
59
|
-
Category = "Minor"
|
|
60
|
-
[Slices.Major_Industrial]
|
|
61
|
-
Name = "Major Industrial"
|
|
62
|
-
Query = "IndustrialMajorCount"
|
|
63
|
-
Chart = "Industrial facilities"
|
|
64
|
-
Category = "Major"
|
|
65
|
-
[Slices.Destroyed_Industrial]
|
|
66
|
-
Name = "Destroyed Industrial"
|
|
67
|
-
Query = "IndustrialDestroyedCount"
|
|
68
|
-
Chart = "Industrial facilities"
|
|
69
|
-
Category = "Destroyed"
|
|
70
|
-
|
|
71
|
-
[Other]
|
|
72
|
-
[Other.Plot]
|
|
73
|
-
image_scale = 0.15
|
|
74
|
-
numbers_font = 20
|
|
75
|
-
height = 350
|
|
76
|
-
width = 1200
|
|
77
|
-
[Other.Title]
|
|
78
|
-
text = "Building damage"
|
|
79
|
-
font = 30
|
|
80
|
-
[Other.Subtitle]
|
|
81
|
-
font = 25
|
|
82
|
-
[Other.Legend]
|
|
83
|
-
font = 20
|
|
84
|
-
[Other.Info]
|
|
85
|
-
text="""Inundation depth thresholds:<br>
|
|
86
|
-
Minor: 0.25 m<br>
|
|
87
|
-
Major: 1.5 m<br>
|
|
88
|
-
Destroyed: >1.5 m"""
|
|
89
|
-
image="https://openclipart.org/image/800px/302413"
|
|
90
|
-
scale=0.1
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.Impacted]
|
|
3
|
-
Name = "Impacted"
|
|
4
|
-
Image = "{image_path}/house.png"
|
|
5
|
-
[Charts.Displaced]
|
|
6
|
-
Name = "Displaced"
|
|
7
|
-
Image = "{image_path}/house.png"
|
|
8
|
-
|
|
9
|
-
[Categories]
|
|
10
|
-
[Categories.LowVulnerability]
|
|
11
|
-
Name = "LowVulnerability"
|
|
12
|
-
Color = "#D5DEE1"
|
|
13
|
-
[Categories.HighVulnerability]
|
|
14
|
-
Name = "HighVulnerability"
|
|
15
|
-
Color = "#88A2AA"
|
|
16
|
-
|
|
17
|
-
[Slices]
|
|
18
|
-
[Slices.Flooded_Low_Vulnerability_People]
|
|
19
|
-
Name = "Flooded low vulnerability homes"
|
|
20
|
-
Query = "FloodedLowVulnerability"
|
|
21
|
-
Chart = "Impacted"
|
|
22
|
-
Category = "LowVulnerability"
|
|
23
|
-
[Slices.Flooded_High_Vulnerability_People]
|
|
24
|
-
Name = "Flooded high vulnerability homes"
|
|
25
|
-
Query = "FloodedHighVulnerability"
|
|
26
|
-
Chart = "Impacted"
|
|
27
|
-
Category = "HighVulnerability"
|
|
28
|
-
[Slices.Displaced_Low_Vulnerability_People]
|
|
29
|
-
Name = "Displaced low vulnerability homes"
|
|
30
|
-
Query = "DisplacedLowVulnerability"
|
|
31
|
-
Chart = "Displaced"
|
|
32
|
-
Category = "LowVulnerability"
|
|
33
|
-
[Slices.Displaced_High_Vulnerability_People]
|
|
34
|
-
Name = "Displaced high vulnerability homes"
|
|
35
|
-
Query = "DisplacedHighVulnerability"
|
|
36
|
-
Chart = "Displaced"
|
|
37
|
-
Category = "HighVulnerability"
|
|
38
|
-
|
|
39
|
-
[Other]
|
|
40
|
-
[Other.Plot]
|
|
41
|
-
image_scale = 0.15
|
|
42
|
-
numbers_font = 20
|
|
43
|
-
height = 350
|
|
44
|
-
width = 600
|
|
45
|
-
[Other.Title]
|
|
46
|
-
text = "Homes"
|
|
47
|
-
font = 30
|
|
48
|
-
[Other.Subtitle]
|
|
49
|
-
font = 25
|
|
50
|
-
[Other.Legend]
|
|
51
|
-
font = 20
|
|
52
|
-
[Other.Info]
|
|
53
|
-
text="""Thresholds:<br>
|
|
54
|
-
Impacted: <= 6 feet<br>
|
|
55
|
-
Displaced: > 6 feet<br>"""
|
|
56
|
-
image="https://openclipart.org/image/800px/302413"
|
|
57
|
-
scale=0.1
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.2Y]
|
|
3
|
-
Name = "2Y"
|
|
4
|
-
Image = "{image_path}/house.png"
|
|
5
|
-
[Charts.5Y]
|
|
6
|
-
Name = "5Y"
|
|
7
|
-
Image = "{image_path}/house.png"
|
|
8
|
-
[Charts.10Y]
|
|
9
|
-
Name = "10Y"
|
|
10
|
-
Image = "{image_path}/house.png"
|
|
11
|
-
[Charts.25Y]
|
|
12
|
-
Name = "25Y"
|
|
13
|
-
Image = "{image_path}/house.png"
|
|
14
|
-
[Charts.50Y]
|
|
15
|
-
Name = "50Y"
|
|
16
|
-
Image = "{image_path}/house.png"
|
|
17
|
-
[Charts.100Y]
|
|
18
|
-
Name = "100Y"
|
|
19
|
-
Image = "{image_path}/house.png"
|
|
20
|
-
|
|
21
|
-
[Categories]
|
|
22
|
-
[Categories.LowVulnerability]
|
|
23
|
-
Name = "LowVulnerability"
|
|
24
|
-
Color = "#D5DEE1"
|
|
25
|
-
[Categories.HighVulnerability]
|
|
26
|
-
Name = "HighVulnerability"
|
|
27
|
-
Color = "#88A2AA"
|
|
28
|
-
|
|
29
|
-
[Slices]
|
|
30
|
-
[Slices.Low_Vulnerability_2Y]
|
|
31
|
-
Name = "2Y Low Vulnerability"
|
|
32
|
-
Query = "ImpactedHomes2YLowSVI"
|
|
33
|
-
Chart = "2Y"
|
|
34
|
-
Category = "LowVulnerability"
|
|
35
|
-
[Slices.High_Vulnerability_2Y]
|
|
36
|
-
Name = "2Y High Vulnerability"
|
|
37
|
-
Query = "ImpactedHomes2YHighSVI"
|
|
38
|
-
Chart = "2Y"
|
|
39
|
-
Category = "HighVulnerability"
|
|
40
|
-
[Slices.Low_Vulnerability_5Y]
|
|
41
|
-
Name = "5Y Low Vulnerability"
|
|
42
|
-
Query = "ImpactedHomes5YLowSVI"
|
|
43
|
-
Chart = "5Y"
|
|
44
|
-
Category = "LowVulnerability"
|
|
45
|
-
[Slices.High_Vulnerability_5Y]
|
|
46
|
-
Name = "5Y High Vulnerability"
|
|
47
|
-
Query = "ImpactedHomes5YHighSVI"
|
|
48
|
-
Chart = "5Y"
|
|
49
|
-
Category = "HighVulnerability"
|
|
50
|
-
[Slices.Low_Vulnerability_10Y]
|
|
51
|
-
Name = "10Y Low Vulnerability"
|
|
52
|
-
Query = "ImpactedHomes10YLowSVI"
|
|
53
|
-
Chart = "10Y"
|
|
54
|
-
Category = "LowVulnerability"
|
|
55
|
-
[Slices.High_Vulnerability_10Y]
|
|
56
|
-
Name = "10Y High Vulnerability"
|
|
57
|
-
Query = "ImpactedHomes10YHighSVI"
|
|
58
|
-
Chart = "10Y"
|
|
59
|
-
Category = "HighVulnerability"
|
|
60
|
-
[Slices.Low_Vulnerability_25Y]
|
|
61
|
-
Name = "25Y Low Vulnerability"
|
|
62
|
-
Query = "ImpactedHomes25YLowSVI"
|
|
63
|
-
Chart = "25Y"
|
|
64
|
-
Category = "LowVulnerability"
|
|
65
|
-
[Slices.High_Vulnerability_25Y]
|
|
66
|
-
Name = "25Y High Vulnerability"
|
|
67
|
-
Query = "ImpactedHomes25YHighSVI"
|
|
68
|
-
Chart = "25Y"
|
|
69
|
-
Category = "HighVulnerability"
|
|
70
|
-
[Slices.Low_Vulnerability_50Y]
|
|
71
|
-
Name = "50Y Low Vulnerability"
|
|
72
|
-
Query = "ImpactedHomes50YLowSVI"
|
|
73
|
-
Chart = "50Y"
|
|
74
|
-
Category = "LowVulnerability"
|
|
75
|
-
[Slices.High_Vulnerability_50Y]
|
|
76
|
-
Name = "50Y High Vulnerability"
|
|
77
|
-
Query = "ImpactedHomes50YHighSVI"
|
|
78
|
-
Chart = "50Y"
|
|
79
|
-
Category = "HighVulnerability"
|
|
80
|
-
[Slices.Low_Vulnerability_100Y]
|
|
81
|
-
Name = "100Y Low Vulnerability"
|
|
82
|
-
Query = "ImpactedHomes100YLowSVI"
|
|
83
|
-
Chart = "100Y"
|
|
84
|
-
Category = "LowVulnerability"
|
|
85
|
-
[Slices.High_Vulnerability_100Y]
|
|
86
|
-
Name = "100Y High Vulnerability"
|
|
87
|
-
Query = "ImpactedHomes100YHighSVI"
|
|
88
|
-
Chart = "100Y"
|
|
89
|
-
Category = "HighVulnerability"
|
|
90
|
-
|
|
91
|
-
[Other]
|
|
92
|
-
[Other.Expected_Damages]
|
|
93
|
-
title = "Expected annual damages"
|
|
94
|
-
image = "{image_path}/money.png"
|
|
95
|
-
image_scale = 1.3
|
|
96
|
-
title_font_size = 25
|
|
97
|
-
numbers_font_size = 20
|
|
98
|
-
height = 300
|
|
99
|
-
|
|
100
|
-
[Other.Flooded]
|
|
101
|
-
title = "Number of homes with a high chance of being flooded in a 30-year period"
|
|
102
|
-
image = "{image_path}/house.png"
|
|
103
|
-
image_scale = 0.7
|
|
104
|
-
title_font_size = 25
|
|
105
|
-
numbers_font_size = 20
|
|
106
|
-
height = 300
|
|
107
|
-
|
|
108
|
-
[Other.Return_Periods]
|
|
109
|
-
title = "Buildings impacted"
|
|
110
|
-
font_size = 25
|
|
111
|
-
image_scale = 0.2
|
|
112
|
-
numbers_font = 15
|
|
113
|
-
subtitle_font = 22
|
|
114
|
-
legend_font = 20
|
|
115
|
-
plot_height = 300
|
|
116
|
-
|
|
117
|
-
[Other.Info]
|
|
118
|
-
text="""Thresholds:<br>
|
|
119
|
-
Impacted: >= 0.25 feet<br>"""
|
|
120
|
-
image="https://openclipart.org/image/800px/302413"
|
|
121
|
-
scale=0.1
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.Flooded_roads]
|
|
3
|
-
Name = "Flooded Roads"
|
|
4
|
-
|
|
5
|
-
[Categories]
|
|
6
|
-
[Categories.Slightly_Flooded]
|
|
7
|
-
Name = "Slightly Flooded"
|
|
8
|
-
Color = "#D5DEE1"
|
|
9
|
-
Image = "{image_path}/walking_person.png"
|
|
10
|
-
[Categories.Minor_Flooded]
|
|
11
|
-
Name = "Minor Flooded"
|
|
12
|
-
Color = "#88A2AA"
|
|
13
|
-
Image = "{image_path}/car.png"
|
|
14
|
-
[Categories.Major_Flooded]
|
|
15
|
-
Name = "Major Flooded"
|
|
16
|
-
Color = "#88A2AA"
|
|
17
|
-
Image = "{image_path}/truck.png"
|
|
18
|
-
[Categories.Fully_Flooded]
|
|
19
|
-
Name = "Fully Flooded"
|
|
20
|
-
Color = "#88A2AA"
|
|
21
|
-
Image = "{image_path}/ambulance.png"
|
|
22
|
-
|
|
23
|
-
[Slices]
|
|
24
|
-
[Slices.Slightly_Flooded]
|
|
25
|
-
Name = "Slightly Flooded"
|
|
26
|
-
Query = "SlightlyFloodedRoads"
|
|
27
|
-
Chart = "Flooded Roads"
|
|
28
|
-
Category = "Slightly Flooded"
|
|
29
|
-
[Slices.Minor_Flooded]
|
|
30
|
-
Name = "Minor Flooded"
|
|
31
|
-
Query = "MinorFloodedRoads"
|
|
32
|
-
Chart = "Flooded Roads"
|
|
33
|
-
Category = "Minor Flooded"
|
|
34
|
-
[Slices.Major_Flooded]
|
|
35
|
-
Name = "Major Flooded"
|
|
36
|
-
Query = "MajorFloodedRoads"
|
|
37
|
-
Chart = "Flooded Roads"
|
|
38
|
-
Category = "Major Flooded"
|
|
39
|
-
[Slices.Fully_Flooded]
|
|
40
|
-
Name = "Fully Flooded"
|
|
41
|
-
Query = "FullyFloodedRoads"
|
|
42
|
-
Chart = "Flooded Roads"
|
|
43
|
-
Category = "Fully Flooded"
|
|
44
|
-
|
|
45
|
-
[Other]
|
|
46
|
-
[Other.Plot]
|
|
47
|
-
image_scale = 0.1
|
|
48
|
-
numbers_font = 20
|
|
49
|
-
height = 350
|
|
50
|
-
width = 600
|
|
51
|
-
[Other.Title]
|
|
52
|
-
text = "Interrupted roads"
|
|
53
|
-
font = 30
|
|
54
|
-
[Other.Subtitle]
|
|
55
|
-
font = 25
|
|
56
|
-
[Other.Y_axis_title]
|
|
57
|
-
text = "Kilometers"
|
|
58
|
-
[Other.Info]
|
|
59
|
-
text="""Thresholds:<br>
|
|
60
|
-
Pedestrians: 0.05 m<br>
|
|
61
|
-
Cars: 0.10 m<br>
|
|
62
|
-
Trucks: 0.25 m<br>
|
|
63
|
-
Rescue vehicles: 0.40 m"""
|
|
64
|
-
image="{image_path}/info.png"
|
|
65
|
-
scale=0.1
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.Homes]
|
|
3
|
-
Name = "Homes"
|
|
4
|
-
Image = "{image_path}/house.png"
|
|
5
|
-
[Charts.Businesses]
|
|
6
|
-
Name = "Businesses"
|
|
7
|
-
Image = "{image_path}/cart.png"
|
|
8
|
-
[Charts.Health]
|
|
9
|
-
Name = "Health facilities"
|
|
10
|
-
Image = "{image_path}/hospital.png"
|
|
11
|
-
[Charts.Schools]
|
|
12
|
-
Name = "Schools"
|
|
13
|
-
Image = "{image_path}/school.png"
|
|
14
|
-
[Charts.Emergency]
|
|
15
|
-
Name = "Emergency facilities"
|
|
16
|
-
Image = "{image_path}/firetruck.png"
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
[Categories]
|
|
20
|
-
[Categories.Minor]
|
|
21
|
-
Name = "Minor"
|
|
22
|
-
Color = "#ffa500"
|
|
23
|
-
[Categories.Major]
|
|
24
|
-
Name = "Major"
|
|
25
|
-
Color = "#ff0000"
|
|
26
|
-
[Categories.Destroyed]
|
|
27
|
-
Name = "Destroyed"
|
|
28
|
-
Color = "#000000"
|
|
29
|
-
|
|
30
|
-
[Slices]
|
|
31
|
-
[Slices.Minor_Homes]
|
|
32
|
-
Name = "Minor Homes"
|
|
33
|
-
Query = "ResidentialMinorCount"
|
|
34
|
-
Chart = "Homes"
|
|
35
|
-
Category = "Minor"
|
|
36
|
-
[Slices.Major_Homes]
|
|
37
|
-
Name = "Major Homes"
|
|
38
|
-
Query = "ResidentialMajorCount"
|
|
39
|
-
Chart = "Homes"
|
|
40
|
-
Category = "Major"
|
|
41
|
-
[Slices.Destroyed_Homes]
|
|
42
|
-
Name = "Destroyed Homes"
|
|
43
|
-
Query = "ResidentialDestroyedCount"
|
|
44
|
-
Chart = "Homes"
|
|
45
|
-
Category = "Destroyed"
|
|
46
|
-
[Slices.Minor_Businesses]
|
|
47
|
-
Name = "Minor Businesses"
|
|
48
|
-
Query = "CommercialMinorCount"
|
|
49
|
-
Chart = "Businesses"
|
|
50
|
-
Category = "Minor"
|
|
51
|
-
[Slices.Major_Businesses]
|
|
52
|
-
Name = "Major Businesses"
|
|
53
|
-
Query = "CommercialMajorCount"
|
|
54
|
-
Chart = "Businesses"
|
|
55
|
-
Category = "Major"
|
|
56
|
-
[Slices.Destroyed_Businesses]
|
|
57
|
-
Name = "Destroyed Businesses"
|
|
58
|
-
Query = "CommercialDestroyedCount"
|
|
59
|
-
Chart = "Businesses"
|
|
60
|
-
Category = "Destroyed"
|
|
61
|
-
[Slices.Minor_Health]
|
|
62
|
-
Name = "Minor Health"
|
|
63
|
-
Query = "HealthMinorCount"
|
|
64
|
-
Chart = "Health facilities"
|
|
65
|
-
Category = "Minor"
|
|
66
|
-
[Slices.Major_Health]
|
|
67
|
-
Name = "Major Health"
|
|
68
|
-
Query = "HealthMajorCount"
|
|
69
|
-
Chart = "Health facilities"
|
|
70
|
-
Category = "Major"
|
|
71
|
-
[Slices.Destroyed_Health]
|
|
72
|
-
Name = "Destroyed Health"
|
|
73
|
-
Query = "HealthDestroyedCount"
|
|
74
|
-
Chart = "Health facilities"
|
|
75
|
-
Category = "Destroyed"
|
|
76
|
-
[Slices.Minor_Schools]
|
|
77
|
-
Name = "Minor Schools"
|
|
78
|
-
Query = "SchoolsMinorCount"
|
|
79
|
-
Chart = "Schools"
|
|
80
|
-
Category = "Minor"
|
|
81
|
-
[Slices.Major_Schools]
|
|
82
|
-
Name = "Major Schools"
|
|
83
|
-
Query = "SchoolsMajorCount"
|
|
84
|
-
Chart = "Schools"
|
|
85
|
-
Category = "Major"
|
|
86
|
-
[Slices.Destroyed_Schools]
|
|
87
|
-
Name = "Destroyed Schools"
|
|
88
|
-
Query = "SchoolsDestroyedCount"
|
|
89
|
-
Chart = "Schools"
|
|
90
|
-
Category = "Destroyed"
|
|
91
|
-
[Slices.Minor_Emergency]
|
|
92
|
-
Name = "Minor Emergency"
|
|
93
|
-
Query = "EmergencyMinorCount"
|
|
94
|
-
Chart = "Emergency facilities"
|
|
95
|
-
Category = "Minor"
|
|
96
|
-
[Slices.Major_Emergency]
|
|
97
|
-
Name = "Major Emergency"
|
|
98
|
-
Query = "EmergencyMajorCount"
|
|
99
|
-
Chart = "Emergency facilities"
|
|
100
|
-
Category = "Major"
|
|
101
|
-
[Slices.Destroyed_Emergency]
|
|
102
|
-
Name = "Destroyed Emergency"
|
|
103
|
-
Query = "EmergencyDestroyedCount"
|
|
104
|
-
Chart = "Emergency facilities"
|
|
105
|
-
Category = "Destroyed"
|
|
106
|
-
|
|
107
|
-
[Other]
|
|
108
|
-
[Other.Plot]
|
|
109
|
-
image_scale = 0.15
|
|
110
|
-
numbers_font = 20
|
|
111
|
-
height = 350
|
|
112
|
-
width = 1200
|
|
113
|
-
[Other.Title]
|
|
114
|
-
text = "Building damage"
|
|
115
|
-
font = 30
|
|
116
|
-
[Other.Subtitle]
|
|
117
|
-
font = 25
|
|
118
|
-
[Other.Legend]
|
|
119
|
-
font = 20
|
|
120
|
-
[Other.Info]
|
|
121
|
-
text="""Thresholds:<br>
|
|
122
|
-
Minor: <= 1 feet<br>
|
|
123
|
-
Major: > 1 and <= 6 feet<br>
|
|
124
|
-
Destroyed: > 6 feet<br>"""
|
|
125
|
-
image="https://openclipart.org/image/800px/302413"
|
|
126
|
-
scale=0.1
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
[Charts]
|
|
2
|
-
[Charts.Impacted]
|
|
3
|
-
Name = "Impacted"
|
|
4
|
-
Image = "{image_path}/house.png"
|
|
5
|
-
[Charts.Displaced]
|
|
6
|
-
Name = "Displaced"
|
|
7
|
-
Image = "{image_path}/house.png"
|
|
8
|
-
|
|
9
|
-
[Categories]
|
|
10
|
-
[Categories.LowVulnerability]
|
|
11
|
-
Name = "LowVulnerability"
|
|
12
|
-
Color = "#D5DEE1"
|
|
13
|
-
[Categories.HighVulnerability]
|
|
14
|
-
Name = "HighVulnerability"
|
|
15
|
-
Color = "#88A2AA"
|
|
16
|
-
|
|
17
|
-
[Slices]
|
|
18
|
-
[Slices.Flooded_Low_Vulnerability_People]
|
|
19
|
-
Name = "Flooded low vulnerability homes"
|
|
20
|
-
Query = "FloodedLowVulnerability"
|
|
21
|
-
Chart = "Impacted"
|
|
22
|
-
Category = "LowVulnerability"
|
|
23
|
-
[Slices.Flooded_High_Vulnerability_People]
|
|
24
|
-
Name = "Flooded high vulnerability homes"
|
|
25
|
-
Query = "FloodedHighVulnerability"
|
|
26
|
-
Chart = "Impacted"
|
|
27
|
-
Category = "HighVulnerability"
|
|
28
|
-
[Slices.Displaced_Low_Vulnerability_People]
|
|
29
|
-
Name = "Displaced low vulnerability homes"
|
|
30
|
-
Query = "DisplacedLowVulnerability"
|
|
31
|
-
Chart = "Displaced"
|
|
32
|
-
Category = "LowVulnerability"
|
|
33
|
-
[Slices.Displaced_High_Vulnerability_People]
|
|
34
|
-
Name = "Displaced high vulnerability homes"
|
|
35
|
-
Query = "DisplacedHighVulnerability"
|
|
36
|
-
Chart = "Displaced"
|
|
37
|
-
Category = "HighVulnerability"
|
|
38
|
-
|
|
39
|
-
[Other]
|
|
40
|
-
[Other.Plot]
|
|
41
|
-
image_scale = 0.15
|
|
42
|
-
numbers_font = 20
|
|
43
|
-
height = 350
|
|
44
|
-
width = 600
|
|
45
|
-
[Other.Title]
|
|
46
|
-
text = "Homes"
|
|
47
|
-
font = 30
|
|
48
|
-
[Other.Subtitle]
|
|
49
|
-
font = 25
|
|
50
|
-
[Other.Legend]
|
|
51
|
-
font = 20
|
|
52
|
-
[Other.Info]
|
|
53
|
-
text="""Thresholds:<br>
|
|
54
|
-
Impacted: <= 6 feet<br>
|
|
55
|
-
Displaced: > 6 feet<br>
|
|
56
|
-
'Since some homes do not have an SVI,<br>
|
|
57
|
-
total number of homes might be different <br>
|
|
58
|
-
between this and the above graph.'"""
|
|
59
|
-
image="https://openclipart.org/image/800px/302413"
|
|
60
|
-
scale=0.1
|