diff --git a/_images/GUI_F3.png b/_images/GUI_F3.png index a806a22..e3ab6fa 100644 Binary files a/_images/GUI_F3.png and b/_images/GUI_F3.png differ diff --git a/_images/GUI_F3_country.png b/_images/GUI_F3_country.png new file mode 100644 index 0000000..402b107 Binary files /dev/null and b/_images/GUI_F3_country.png differ diff --git a/_images/GUI_F3_exp.png b/_images/GUI_F3_exp.png new file mode 100644 index 0000000..eadf164 Binary files /dev/null and b/_images/GUI_F3_exp.png differ diff --git a/_images/GUI_F3_hzd.png b/_images/GUI_F3_hzd.png new file mode 100644 index 0000000..320201e Binary files /dev/null and b/_images/GUI_F3_hzd.png differ diff --git a/_images/GUI_F3_rsk.png b/_images/GUI_F3_rsk.png new file mode 100644 index 0000000..4c0d4e3 Binary files /dev/null and b/_images/GUI_F3_rsk.png differ diff --git a/_images/GUI_F3_vln.png b/_images/GUI_F3_vln.png new file mode 100644 index 0000000..56ad724 Binary files /dev/null and b/_images/GUI_F3_vln.png differ diff --git a/_images/GUI_pre_charts.jpg b/_images/GUI_pre_charts.jpg deleted file mode 100644 index f7f3f3f..0000000 Binary files a/_images/GUI_pre_charts.jpg and /dev/null differ diff --git a/_images/GUI_pre_map.png b/_images/GUI_pre_map.png deleted file mode 100644 index b4d540a..0000000 Binary files a/_images/GUI_pre_map.png and /dev/null differ diff --git a/_sources/docs/tool-setup.md b/_sources/docs/tool-setup.md index 76e1375..822ed06 100644 --- a/_sources/docs/tool-setup.md +++ b/_sources/docs/tool-setup.md @@ -70,7 +70,7 @@ Exampe for Nepal, running analysis on undefended flood, 2020, RP100: - common.py - ... - Data/ - - HZD/NPL/FLUVIAL_UNDEFENDED/2020/1in100.tif Hazard layers + - HZD/NPL/FLUVIAL_UNDEFENDED/2020/1in100.tif Hazard layers - EXP/ Exposure layers - RSK/ Output directory ``` @@ -82,22 +82,39 @@ Exampe for Nepal, running analysis on undefended flood, 2020, RP100: ## Running the analysis -- Select the country first. -- Select one or more (CTRL+Click / drag mouse) Return Periods. -- Select one or more (CTRL+Click / drag mouse) Exposure categories. -- Select custom exposure and enter the name of the file in the EXP folder if you don't want to use the default sources. +- Select the country first. Sub-national boundaries for level 1 and 2 can be fetched automatically. Else, you can load custom boundaries as geopackage (WGS 84). You will need to specify the field to be used to run zonal statistics, and related label name (e.g. ADM3_PCODE and ADM3_EN). + ```{figure} images/GUI_F3_country.png + --- + width: 100% + align: center + --- + ``` +- Move to Hazard tab: select the hazard process, the minimum hazard intensity threshold, the time period and climate scenario. Select one or more Return Periods (CTRL+Click / drag mouse). + ```{figure} images/GUI_F3_hzd.png + --- + width: 100% + align: center + --- + ``` +- Select one or more Exposure categories (CTRL+Click / drag mouse). You can select a custom exposure layer for each selected category (.tif raster, WGS 84). + ```{figure} images/GUI_F3_exp.png + --- + width: 100% + align: center + --- + ``` - Select the approach to use for the analysis: - When using "function", the best impact function is selected for the selected country and exposure categories. - When using "classes", hazard intensity thresholds must be specified by the user. + ```{figure} images/GUI_F3_vln.png + --- + width: 100% + align: center + --- + ``` - Check "Preview results" to generate map and charts output in the GUI. -```{figure} images/GUI_pre_map.png ---- -width: 100% -align: center ---- -``` -```{figure} images/GUI_pre_charts.jpg +```{figure} images/GUI_F3_rsk.png --- width: 100% align: center diff --git a/docs/tool-setup.html b/docs/tool-setup.html index 84466a4..2585531 100644 --- a/docs/tool-setup.html +++ b/docs/tool-setup.html @@ -851,7 +851,7 @@
Select the country first.
Select one or more (CTRL+Click / drag mouse) Return Periods.
Select one or more (CTRL+Click / drag mouse) Exposure categories.
Select custom exposure and enter the name of the file in the EXP folder if you don’t want to use the default sources.
Select the country first. Sub-national boundaries for level 1 and 2 can be fetched automatically. Else, you can load custom boundaries as geopackage (WGS 84). You will need to specify the field to be used to run zonal statistics, and related label name (e.g. ADM3_PCODE and ADM3_EN).
+ +Move to Hazard tab: select the hazard process, the minimum hazard intensity threshold, the time period and climate scenario. Select one or more Return Periods (CTRL+Click / drag mouse).
+ +Select one or more Exposure categories (CTRL+Click / drag mouse). You can select a custom exposure layer for each selected category (.tif raster, WGS 84).
+ +Select the approach to use for the analysis:
When using “function”, the best impact function is selected for the selected country and exposure categories.
When using “classes”, hazard intensity thresholds must be specified by the user.
When using “classes”, hazard intensity thresholds must be specified by the user.
+ +Check “Preview results” to generate map and charts output in the GUI.