Skip to content

Converts NMEA log files from GPS unit to GPX and KML

License

Notifications You must be signed in to change notification settings

rmamba/nmea_to_xml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

nmea_to_xml

Converts NMEA log files from a GPS unit to another format.

Example converting all .log files in directory (./input) to GPX and KML format:

python nmea_to_xml.py -gk -i input -o output

Example joining all .log files to a single KML file in ./output/complete.kml:

python nmea_to_xml.py -kj -i input -o output/complete

Only tested with log files generated by a Navman MY450LMT.

Requires: GPSBabel (https://www.gpsbabel.org) and Python (https://www.python.org)

About

Converts NMEA log files from GPS unit to GPX and KML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published