{% extends "base.html" %} {% comment %} /* * Copyright (c)2018 NIBIO . * * This file is part of VIPSWeb. * VIPSWeb is free software: you can redistribute it and/or modify * it under the terms of the NIBIO Open Source License as published by * NIBIO, either version 1 of the License, or (at your option) any * later version. * * VIPSWeb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * NIBIO Open Source License for more details. * * You should have received a copy of the NIBIO Open Source License * along with VIPSWeb. If not, see . * */ {% endcomment %} {% load i18n l10n static forecast_extras template_helper %} {% block title%}{% trans "VIPS risk maps" %}{%endblock%} {% block content %}
Risk map example
{% trans "Example map from the carrot rust fly temperature model" %}

{% trans "VIPS risk maps" %}

{% trans "Risk maps show risks of infections of various plant pests based on weather data in a 1x1 km grid. The risks indicate whether the weather conditions are suitable for a pest to develop or spread, provided that other biological conditions are met."%}

{% trans "The information in the map provides a regional overview without being dependent on stationary weather stations. Corresponding alerts for various perpetrators are also calculated with data from weather stations at fixed locations, where more detailed calculations can be retrieved via the display in the map on the VIPS front page."%}

{% trans "Users of VIPS must assess for themselves whether the pest is present in the relevant area, whether host plants are susceptible, and whether there is a need for measures. It is recommended to contact your local adviser for assessment of relevant measures."%}

{% trans "Data source"%}

{% trans "Risk models for various pests are calculated in a 1x1km grid with weather data from reanalyzed data and weather forecasts from the Norwegian Meteorological Institute. The alerts are updated once per day, and the maps have a time scale where it is possible to navigate in time from the model's start date and up to 2 days into the future in the current season."%}

{% trans "Risk maps development"%}

{% trans "The carrot rust fly model was the first model set up for display in risk maps. This was a result of the project 'Grid-based alerts in VIPS', with funding from the Directorate of Agriculture through the Action plan for the sustainable use of pesticides in 2023. A test version was operative in 2023, and the map will be launched for use in VIPS in 2024."%}

{% trans "The risk maps' data sources and potential for integration of different models are the result of synergies between several projects, including IPM Decisions and MaDiPHS (Malawi Digital Plant Health Service), where risk maps for pests are to be set up in services with relevance for users in Europe and in Malawi ." %}

{% trans "Risk maps in IPM Decisions (Europe)"%}: https://platform.ipmdecisions.net/

{% trans "Risk maps for Malawi - see the progress here"%}: https://madiphs.org/

{% trans "Available risk maps" %}

{% if available_grid_models|length > 0 %} {% else %}

{% trans "No risk maps available" %}

{% endif %} {% endblock %}