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

Satellites and extensions import from GPX #16

Closed sirdrakeistda closed 2 years ago

sirdrakeistda commented 2 years ago

This pull request should import and export satellites from GPX data.

(I wasn't able to export satellite data also to GPX file, but other export should work)

sirdrakeistda commented 2 years ago

Export of extensions has been added. This is optional and by default enabled.

sirdrakeistda commented 2 years ago

@nidhaloff Could you look on the changes I made. I think that's all for the moment. If I'll find a way to export more data to_gpx there might be some more additions (export to gpx is at the moment very limited e.g. extensions for to_gpx is not yet included).

The code from importing from gpx file extends automatically if gpxpy gets more attributes.

sirdrakeistda commented 2 years ago

I'm unsure how to rename the columns of the dataframe correctly. At the moment only the old columns could be renamed.