PySoar automates the analysis of glider competitions. It starts with a Soaring Spot URL and delivers a spreadsheet as output.
A screenshot of the program:
An example analysis is provided for this competition day:
Stand alone versions for Windows, Mac and Linux are available under releases.
Apart from Excel/Open Office for viewing the spreadsheet, no extra software is needed.
The following limitations are (currently) in place:
- no restart after 1st turnpoint
- no penalties for missing turnpoints -> outlanding
- no multiple start points
Executables are built using github actions. See .github/workflows/main.yml
for the steps taken
- everything merged in main
- add version number in
CHANGES.md
and change version number insettingsClass.py
- commit on main and push tag
- download zips from pipeline and create release from the tag
PySoar - Automating gliding competition analysis Copyright (C) 2016 Matthijs Beekman
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
You can find the full license text in the LICENSE file.