Get gpx from sinotrack files
Developed in Python 3.10.9
- Dependencies installed
python -m venv gpx_venv
Source gpx_venv/Scripts/activate
pip install -r requirements.txt
In powershell Source is not mandarory. use .\gpx_venv\Scripts\Activate
py sinotrack-csv-gpx.py
pyinstaller --onefile --windowed --icon=icon.ico sinotrack-csv-gpx.py
Get gpx from sinotrack from position report and download it from the web interface.