项目作者: FloRide1

项目描述 :
This repository is an .nmea to .kml converter
高级语言: Python
项目地址: git://github.com/FloRide1/GPS-Python.git
创建时间: 2021-03-20T14:42:26Z
项目社区:https://github.com/FloRide1/GPS-Python

开源协议:GNU General Public License v3.0

下载


GPS Python:

By Florian FloRide Reimat

About:

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

How to Use It:

You just need to setup these variable (in __main__.py)

  1. DATA_PATH = "./data/" # Your Input Folder relative to were you launch the program
  2. DATA_FILE = "balade_gps.txt" # Your Input Filename
  3. OUTPUT_PATH = "./output/" # Your Output Folder relative to were you launch the program
  4. 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)

  1. python ./src/__main__.py

Once Finish (and if no error occurred) just simply take back your .kml file in the output folder.

An Error Occurred

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

Examples:

Google Earth:

google_earth

Google Map:

google_map