[][src]Crate skytraxx_airspace_parser

Simple line-based parser for Skytraxx airspace files.

If you want to use this library, you need the parse function as entry point.

For an example on how to use the parse function, see the examples in the source repository.

Structs

Airspace

An airspace.

Coord

A coordinate pair (WGS84).

Enums

Altitude

Altitude, either ground or a certain height AMSL in feet.

Class

Airspace class.

Geometry

Functions

parse

Process the reader line by line and return the next complete airspace.