sgraaf / gpx

A python package that brings support for reading, writing and converting GPX files.
https://gpx.readthedocs.io/en/stable/
Other
11 stars 3 forks source link

Make PyGPX fully compatible with the GPX 1.1 specification #5

Closed sgraaf closed 1 year ago

sgraaf commented 1 year ago

Make PyGPX fully compatible with the the GPX 1.1 specification

This involves introducing new type and element classes and using these where applicable, according to the specification.