Opened 8 years ago

Last modified 5 years ago

#20 new task

Parse GPX files only once

Reported by: borja Owned by:
Priority: minor Milestone: OpenWorkouts 0.5
Component: workouts Keywords:
Cc:

Description

For gpx parsing we use gpxpy, but it has some problems parsing GPX 1.1 extensions (hr, cad, etc), so we added our own code to extract that from the gpx file ([101/OpenWorkouts], [102/OpenWorkouts]).

This means we parse the gpx file 2 times, which is not the best option, specially when handling large gpx files.

Either go with our own code for all the parsing... or try to fix GPX 1.1 support in gpxpy.

Change History (4)

comment:1 Changed 8 years ago by borja

  • Milestone changed from milestone1 to milestone 0.1

Milestone renamed

comment:2 Changed 8 years ago by borja

  • Milestone changed from milestone 0.1 to OpenWorkouts 0.1

Milestone renamed

comment:3 Changed 8 years ago by borja

  • Milestone changed from OpenWorkouts 0.1 to Proposals and Ideas

comment:4 Changed 5 years ago by borja

  • Milestone changed from Proposals and Ideas to OpenWorkouts 0.5
Note: See TracTickets for help on using tickets.