Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 325 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 325 Bytes

csv2gpx

CSV to GPX

from csv2gpx import *

You add this 4 things, with example

#Name of track name_trk = "Test"

#File name GPX file_name_gpx = "route"

#File name CSV file_name_csv = "location"

#Route folder route_file = "C:\Users\DavidFrias\Desktop\"

def csv2gpx(name_trk, file_name_gpx, file_name_csv, route_file)