diff --git a/README.md b/README.md index 23b386f716d1d127762d902568bfdee35d4b50e5..a9465fcda85d4544f6cfbd935b14bdbda88ab5e9 100644 --- a/README.md +++ b/README.md @@ -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: - `result_WARNING_STATUS_[YYYY-MM-DD].tif`, which indicates migration risk. - - 2 = Low migration risk (yellow) - - 3 = Medium migration risk (orange) + - 2 = Low migration risk (green) - 4 = High migration risk (red) - `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_ +_Warning status example. Showing Europe and the surrounding areas._ - + -_WHS (Wet Hour Sum) example. Showing Norway_ +_Temperature example. Showing Europe and the surrounding areas._ diff --git a/WARNING_STATUS_layer_example.png b/WARNING_STATUS_layer_example.png deleted file mode 100644 index ca87fc7d6920b28e2f78542dd3e7dafcf7a052b6..0000000000000000000000000000000000000000 Binary files a/WARNING_STATUS_layer_example.png and /dev/null differ diff --git a/WHS_layer_example.png b/WHS_layer_example.png deleted file mode 100644 index 36c6ef49c4c9653b4a33822cdd6996ff0738df9e..0000000000000000000000000000000000000000 Binary files a/WHS_layer_example.png and /dev/null differ diff --git a/layer_example_temperature.png b/layer_example_temperature.png new file mode 100644 index 0000000000000000000000000000000000000000..087c2c0f2cc2779e67b0c4caa46db1fdaad3541e Binary files /dev/null and b/layer_example_temperature.png differ diff --git a/layer_example_warning_status.png b/layer_example_warning_status.png new file mode 100644 index 0000000000000000000000000000000000000000..43595869bc82202b67a61017cd3d9f63b0175ba1 Binary files /dev/null and b/layer_example_warning_status.png differ