tkrajina / gpxpy

gpx-py is a python GPX parser. GPX (GPS eXchange Format) is an XML based file format for GPS tracks.
Apache License 2.0
987 stars 223 forks source link

Implement support for adding extension section to a waypoint/track/... #281

Open olejorgenb opened 1 month ago

olejorgenb commented 1 month ago

In the code the waypoint class has an extentions attribute, but it doesn not seem to be used and has a "TODO" comment next to it.

I might find some time for a PR if the maintainers is interested.