cpizer / xcsoar_cupx_decoder

A Python-script using binwalk for generating XCSoar-compatible files capable of displaying images within XCSoar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcsoar_cupx_decoder

This python-script can be used to extract files from a cupx-file, that can be processed by XCsoar.

The only dependencies are binwalk (Installing: sudo apt install binwalk) and a working Python installation.

The script is called with the cupx-file's path as an argument (python cupx_convert.py YourFilesName.cupx) and viola: All files required for XCsoar are now located inside a newly created folder, named after the cupx-file.

In order to make it work inside XCsoar: Copy all files from inside the folder into your XCSoarData-folder on your device, select the .cup-file as a waypoint file and the .txt-file as waypoint-details-file and have fun!!!

About

A Python-script using binwalk for generating XCSoar-compatible files capable of displaying images within XCSoar

License:GNU General Public License v3.0


Languages

Language:Python 100.0%