{% extends "base.html" %} {% block content %}

Aviation Data

This is a database of aviation waypoints and routes.

It consists of:

All data is sourced from U.S. FAA FADDS (Flight Data Center) products, or NGS data.

NOT FOR NAVIGATION. This isn't anything but a toy, people.

See the Design Notes for information on the schema and how to access the data.

Download Tools

The tools used to build the complete set of data are released as an open-source LGPL distribution.

avdata-0.2.6.tar.gz 458KB

Download Data - Current Cycle

Effective {{ cur_start_eff|time:"Hi" }}Z {{ cur_start_eff|date:"d M Y"|upper }}
To {{ cur_end_eff|time:"Hi" }}Z {{ cur_end_eff|date:"d M Y"|upper }}
{% for f in cur_files %} {% endfor %}
File Size Format
{{ f.path }} {{ f.size|filesizeformat }} {{ f.format }}
{% if next_start_eff %}

Download Data - Next Cycle

Effective {{ next_start_eff|time:"Hi" }}Z {{ next_start_eff|date:"d M Y"|upper }}
To {{ next_end_eff|time:"Hi" }}Z {{ next_end_eff|date:"d M Y"|upper }}
{% for f in next_files %} {% endfor %}
File Size Format
{{ f.path }} {{ f.size|filesizeformat }} {{ f.format }}
{% endif %} {% endblock content %}