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

faster GPXTrackSegment.get_time_bounds method #253

Open graevy opened 1 year ago

graevy commented 1 year ago

hey, i think this is about the same speed as the current method in the unittest, but scales better for larger segments.