{% 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 Spatial" %}{%endblock%} {% block content %}

{% trans "VIPS Spatial" %}

VIPS spatial resources are listed below

VIPS grid map

View results from VIPS models run on gridded weather data. {% if available_grid_models|length > 0 %}

{% else %}

No GRID models available

{% endif %}

{% endblock %}