{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block main %}

Wind Editor

  • Update wind between distance 1 and distance 2. Submit wind strength and direction at start and end of segment. Blank the form for values you want to keep intact.

    Check www.wunderground.com to find historical weather data from an on-line weather station near the location of your row.

  • {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

    {% endif %} {{ form.as_table }}
    {% csrf_token %}

    Manual update of the wind data from the form.

  • Closest Airport Weather: {{ airport }} ({{ airportdistance | floatformat:-1 }} km) Airport Data

    Dark Sky Data

    Download wind speed and bearing from The Dark Sky

  • {{ interactiveplot |safe }} {{ the_div |safe }}
  • {{ gmapdiv |safe }}
{% endblock %} {% block sidebar %} {% include 'menu_workout.html' %} {% endblock %}