This repo is an .nmea to .kml converter, it can work with:
- GGA
- VTC
- RMC
- ZDA
- GSV
- GLL
This were a classes work in DUT GEII of Toulon (2021) Certain type of format don't worl very well
You just need to setup these variable (in __main__.py)
DATA_PATH = "./data/" # Your Input Folder relative to were you launch the program
DATA_FILE = "balade_gps.txt" # Your Input Filename
OUTPUT_PATH = "./output/" # Your Output Folder relative to were you launch the program
OUTPUT_FILE = "kml_output.kml" # Your Output Filename
An then simply launch the program (Warning launch the program according to the relative path you've setup)
python ./src/__main__.py
Once Finish (and if no error occurred) just simply take back your .kml file in the output folder.
Well just follow the name of the error try to fix it, it's probably that you don't correctly manage to setup your file And if it's not that, well it's sad, try to debug it or make me an issue