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 does not use elevation and time #5

Closed BogdanDIA closed 2 years ago

BogdanDIA commented 3 years ago

Description

When converting csv_to_gpx only latitude and longitude are taking in consideration. What about elevation, time, extensions?

I see that when converting from gpx to csv those are taking in consideration

nidhaloff commented 3 years ago

@Riemer17 did you add this implementation to your PR yesterday?

Riemer17 commented 3 years ago

No, I tried to also make it possible to take the elevation and time in account when converting to GPX. But that did not work yet. I will try to fix that this week

nidhaloff commented 3 years ago

@Riemer17 Thanks! Please give me feedback about the progress if you could ;)

mulka commented 3 years ago

I'd love to see this as well.