All Projects → Turbo87 → aerofiles

Turbo87 / aerofiles

Licence: MIT license
waypoint, task, tracklog readers and writers for aviation

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

aerofiles

waypoint, task, tracklog readers and writers for aviation

Build Status

Features

  • Flarm configuration file writer (aerofiles.flarmcfg)
  • IGC file reader and writer (aerofiles.igc)
  • OpenAir file reader (aerofiles.openair)
  • SeeYou CUP file reader and writer (aerofiles.seeyou)
  • WELT2000 file reader (aerofiles.welt2000)
  • XCSoar task file writer (aerofiles.xcsoar)

Development Environment

If you want to work on aerofiles you should install the necessary dependencies using:

$ pip install -r requirements-dev.txt

You can run the testsuite with:

$ tox

Building Docs

Make sure that you have checked out git submodules:

$ git submodule update --init

Then build docs using Sphinx and Make:

$ cd docs
$ make html

The HTML output can be found in the _build/html directory.

License

This code is published under the MIT license. See the LICENSE file for the full text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].