gpxpy icon indicating copy to clipboard operation
gpxpy copied to clipboard

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.

Results 51 gpxpy issues
Sort by recently updated
recently updated
newest added

I'm trying to alter a .gpx file which contains a link along the lines of: ```xml some text ``` After modifying the file using `gpxpy` and exporting with `to_xml()`, this...