Private
Public Access
1
0

detection of nearest METAR

This commit is contained in:
Sander Roosendaal
2017-02-20 17:30:52 +01:00
parent 7fc82a8b9e
commit 6d674f7d4a
5 changed files with 6725 additions and 5 deletions

View File

@@ -52,6 +52,8 @@
</div>
<div class="grid_2 omega">
<p>Closest Airport Weather: {{ airport }}
({{ airportdistance | floatformat:-1 }} km)</p>
<a class="button green small" href="/rowers/workout/{{ workout.id }}/darkskywind">Dark Sky Data</a>
<p>
Download wind speed and bearing from <a href="http://forecast.io/">The Dark Sky</a>
@@ -111,4 +113,4 @@
</div>
</div>
{% endblock %}
{% endblock %}