Skip to content
Snippets Groups Projects
Commit 20e63945 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

doc: Update README

parent a51c02f3
No related branches found
No related tags found
No related merge requests found
...@@ -78,19 +78,17 @@ All intermediary files are stored in the `TMP_DIR` folder, and they are all dele ...@@ -78,19 +78,17 @@ All intermediary files are stored in the `TMP_DIR` folder, and they are all dele
The model outputs GeoTIFF files, two per day in the season/period of calculation: The model outputs GeoTIFF files, two per day in the season/period of calculation:
- `result_WARNING_STATUS_[YYYY-MM-DD].tif`, which indicates migration risk. - `result_WARNING_STATUS_[YYYY-MM-DD].tif`, which indicates migration risk.
- 2 = Low migration risk (yellow) - 2 = Low migration risk (green)
- 3 = Medium migration risk (orange)
- 4 = High migration risk (red) - 4 = High migration risk (red)
- `result_[YYYY-MM-DD].tif`, which contains the daily maximum air temperature - `result_[YYYY-MM-DD].tif`, which contains the daily maximum air temperature
A [Jinja2](https://pypi.org/project/Jinja2/) template mapfile (for [Mapserver](https://mapserver.org/)) with separate layers (WARNING_STATUS and temperature) for each date is found in the `mapfile/` folder. A [Jinja2](https://pypi.org/project/Jinja2/) template mapfile (for [Mapserver](https://mapserver.org/)) with separate layers (warning status and temperature) for each date is found in the `mapfile/` folder.
TODO Examples of the two layers are shown below
![WARNING_STATUS example. Showing Norway and surrounding area](./WARNING_STATUS_layer_example.png) ![Warning status example. Showing Europe and the surrounding areas](./layer_example_warning_status.png)
_WARNING_STATUS example. Showing Norway_ _Warning status example. Showing Europe and the surrounding areas._
![WHS (Wet Hour Sum) example. Showing Norway and surrounding area](./WHS_layer_example.png) ![Temperature example. Showing Europe and the surrounding areas](./layer_example_temperature.png)
_WHS (Wet Hour Sum) example. Showing Norway_ _Temperature example. Showing Europe and the surrounding areas._
WARNING_STATUS_layer_example.png

20.1 KiB

WHS_layer_example.png

46.6 KiB

layer_example_temperature.png

166 KiB

layer_example_warning_status.png

132 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment