# Natural Disasters

{% hint style="success" %}
Here the available via the API climatic variables are presented and described. The detailed reference for the API can be found [here](/api-reference/natural-disasters.md).
{% endhint %}

In the following sub pages the detailed description of each natural disaster data layer is presented.

{% content-ref url="/pages/JJVZVzSaIwqfNr6KHyGl" %}
[Cold Wave Probability](/api-data-layers/natural-disasters/cold-wave-probability.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZBpexHwutdNxRt4Rwn2s" %}
[Drought Probability](/api-data-layers/natural-disasters/drought-probability.md)
{% endcontent-ref %}

{% content-ref url="/pages/hSqGR0QSeQMh6bgbk3KH" %}
[Flood Severity](/api-data-layers/natural-disasters/flood-severity.md)
{% endcontent-ref %}

{% content-ref url="/pages/vtFLDkJB31FI37hboQPx" %}
[Heat Wave Probability](/api-data-layers/natural-disasters/heat-wave-probability.md)
{% endcontent-ref %}

{% content-ref url="/pages/FfYYbhgL0dqjKUWDeuo4" %}
[Windstorm Probability](/api-data-layers/natural-disasters/windstorm-probability.md)
{% endcontent-ref %}

{% content-ref url="/pages/VuWuOtTnAgXtuNCNgWFj" %}
[Wildfire Frequency Occurrence](/api-data-layers/natural-disasters/wildfire-frequency-occurrence.md)
{% endcontent-ref %}

{% content-ref url="/pages/nGEkln8g7c63A4S4M0ch" %}
[Extreme Heat Probability](/api-data-layers/natural-disasters/extreme-heat-probability.md)
{% endcontent-ref %}

{% content-ref url="/pages/2EcReolNcXl7ZTN86UAS" %}
[Extreme Cold Probability](/api-data-layers/natural-disasters/extreme-cold-probability.md)
{% endcontent-ref %}

## **Probabilities of Occurrence**

The following table presents the summary for each natural disaster data layer that is available on the platform.

|       Hazard       |       Intensity Parameter       |                 Intensity Threshold                |  Period Duration in years |    Aggregation    |     Units    |
| :----------------: | :-----------------------------: | :------------------------------------------------: | :-----------------------: | :---------------: | :----------: |
|      Cold Wave     |     Cold Wave Duration Index    |           9 (High), 7 (Moderate), 5 (Low)          |             42            |      Monthly      |     Days     |
|       Drought      |       Consecutive Dry Days      |  80 (Extreme), 75 (High), 50 (Moderate), 30 (Low)  |             42            |      Seasonal     |     Days     |
|      Heat Wave     |     Heat Wave Duration Index    |           9 (High), 7 (Moderate), 5 (Low)          |             42            |      Monthly      |     Days     |
|      Windstorm     |         Mean Wind Speed         |        22.2 (High), 20 (Moderate), 15 (Low)        |             42            |      Monthly      |      m/s     |
|        Flood       |              Depth              |        0.5 (High), 0.3 (Moderate), 0.1 (Low)       | 10, 20, 50, 100, 200, 500 |       Yearly      |    meters    |
| Wildfire Frequency |       Per mill occurrence       |           3 (High), 2 (Moderate), 1 (Low)          |             22            | Whole time series | Clear number |
|    Extreme Heat    | Universal Thermal Climate Index |  46 (Extreme), 38 (High), 32 (Moderate), 26 (Low)  |             82            |      Monthly      |    Celsius   |
|    Extreme Cold    | Universal Thermal Climate Index | -40 (Extreme), -27 (High), -13 (Moderate), 0 (Low) |             82            |      Monthly      |    Celsius   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.answr.space/api-data-layers/natural-disasters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
