{% extends "base.html" %} {% load static %} {% comment %} This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program 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 GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . Author: Tor-Einar Skog Created: 2024-10-28 {% endcomment %} {% load i18n l10n %} {% block title%}{% trans "Cydia pomonella" %}{%endblock%} {% block customCSS %} {% endblock %} {% block extendJS %} {% endblock %} {% block customJS %} {% endblock %} {% block content %}

{% trans "Calculate the risk of attack by the coddling moth" %}

{% trans "Coddling moth is a major pest in apple orchards during warm summers in Southern and Eastern Norway, and also a small part of Sogn" %}.
{% trans "Check night temps and rainfall for weather stations and locations in regions with coddling moth. The list of weather stations is limited to stations in areas affected by coddling moth." %} {% trans "Read more" %}.
{% trans "If all criteria for oviposition are met, calculate heat sum from start date below." %}

{% trans "I want to use weather data" %}

{% trans "I want to get night temperatures and rainfall back in time:" %}

{% endblock %}