-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Description
I checked my GPX files that I logged with my Garmin watch and it seems to contain too much information. GPS entry logs are every 2 meter, every 2-3 sec. It also contains altitude and hearth rate. The app can only use the lat and lon part of the data, so no need to send all of them to the client side. Also data can be more sparse.
Lest implement a lossy gpx compressor: It would remove all not used data and make the entry more sparse.