Skip to content

A quick and dirty wrapper around the XCSoar python library used for flight analysis. Upload your IGC file and get a json blob with some performance statistics back.

License

Notifications You must be signed in to change notification settings

skyhop/XCServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skyhop logo


This project is just a quick 'n dirty wrapper around the XCSoar python library.

You can upload an IGC file through the web interface, and you'll get a JSON blob with some data back.

Running the app

For development purposes you can use the flask development server:

export FLASK_APP=main.py
python -m flask run

For production (through Docker) you can do the following (in the root of the project):

docker build .
docker run [with the tag you get]

About

A quick and dirty wrapper around the XCSoar python library used for flight analysis. Upload your IGC file and get a json blob with some performance statistics back.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published