nidhaloff / gpx-converter

python package for manipulating gpx files and easily converting gpx to other different formats
https://gpx-converter.readthedocs.io/en/latest/
MIT License
67 stars 18 forks source link

csv to gpx #23

Open RichMar opened 1 year ago

RichMar commented 1 year ago

Description

I want to convert my data from csv to gpx as points.

I would need the gpx to be generated as individual points and not as a path. Do you have something like this in the pipeline?

RichMar commented 1 year ago

Hello, so I solved the problem with conversion to waypoints using gpxpy. But now I have a different one, I would need gpx to work with the NAME value as well.