You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/run_tc.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Tropical cyclone analysis tool
1
+
# Tropical Cyclone Analytics
2
2
3
3
Based on [**STORM v4**](https://data.4tu.nl/datasets/0ea98bdd-5772-4da8-ae97-99735e891aff/4) (2023) hazard data as max wind spead (m/s) by Return Period scenario.
4
4
1. Exposure by hazard thresholds on population, built-up and agricultural area<br>2. Expected Annual Impact estimates on built-up area using regional-specific damage curves from [**CLIMADA**](https://nhess.copernicus.org/articles/21/393/2021/).
@@ -33,7 +33,8 @@ Set the folders as:
33
33
34
34
## Running the analysis
35
35
36
-
- 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).
36
+
- Select the country first. The country must be located within the hazard extent (tropics) for the analysis to start.
37
+
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).
37
38
```{figure} images/GUI_TC_country.png
38
39
---
39
40
width: 100%
@@ -43,29 +44,24 @@ Set the folders as:
43
44
- 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).
44
45
```{figure} images/GUI_TC_hzd.png
45
46
---
46
-
width: 100%
47
+
width: 30%
47
48
align: center
48
49
---
49
50
```
50
51
- 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).
51
52
```{figure} images/GUI_TC_exp.png
52
53
---
53
-
width: 100%
54
+
width: 30%
54
55
align: center
55
56
---
56
57
```
57
58
- Select the approach to use for the analysis:
58
59
- When using "function", the best impact function is selected for the selected country. Only built-up damage functions are available for wind impact.
59
60
- When using "classes", hazard intensity thresholds must be specified by the user.
60
-
```{figure} images/GUI_F3_vln.png
61
-
---
62
-
width: 100%
63
-
align: center
64
-
---
65
-
```
61
+
66
62
- Check "Preview results" to generate map and charts output in the GUI.
0 commit comments