{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}Advanced Features {% endblock %} {% block content %}

Wind Editor

OTW Power

Run calculations to get power values for your row.

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 %}

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

Dark Sky Data

Download wind speed and bearing from The Dark Sky

Manual update of the wind data from the form.

{{ interactiveplot |safe }}
{{ the_div |safe }}
{{ gmapdiv |safe }} {{ gmap |safe }}
{% endblock %}