{% extends "base.html" %} {% block extrahead %} {% endblock %} {% block content %}
Passes for {{ location.lat }}, {{ location.lng }}
| Total | Rise | Culminate | Set | |||||
|---|---|---|---|---|---|---|---|---|
| Length | Time | Azimuth | Time | Azimuth | Elevation | Distance | Time | Azimuth |
| [[ pred.length ]] | [[ pred.rise.time ]] | [[ pred.rise.azimuth ]] ([[ pred.rise.direction ]]) | [[ pred.culminate.time ]] | [[ pred.culminate.azimuth ]] ([[ pred.culminate.direction ]]) | [[ pred.culminate.degrees ]] | [[ pred.culminate.distance ]] | [[ pred.set.time ]] | [[ pred.set.azimuth ]] ([[ pred.set.direction ]]) |