Comment by folli
7 days ago
Thanks for testing!
The requirement for timing data is in order to calculate all of the statistics. Also, from a perspective of CubeTrek being a kind of diary of your activities, route only files do not really fit into thw picture.
But perhaps it makes sense to allow them on the anonymous upload for the purpose you mention.
First off, thank you for building this open source tool folli! With companies changing their subscription terms (eg: GaiaGPS) or shutting down (eg: FatMap), I and many others are looking for alternatives.
Chiming in to +1 SteveVeilStream's point about, "I often want to visualize a planned route". I personally care very little about statistics for a past activity and care much more about route planning for an upcoming activity and route tracking during an activity.
If you're firm on CubeTrek being a diary of your activities, then that's fair but it means folks like me, SteveVeilStream, and anyone else who's unhappy about the changes happening to paid GPS apps will need to continue searching.
Yeah I would be fine with almost all of the statistics missing. I'm just one datapoint and I might be a bad one. Most of my GPS use is in the planning phase. I could also imagine people wanting to share visualizations of their route without the times because they don't want people saying they are slow.
Now I do have a lot of files that include the time... but they are all saved as GDB files. Do you know an easy way for me to extract the GPX file with timing information from the GDB without Garmin MapSource (These are old and I no longer have MapSource installed on my computer.)
For the GDB files, maybe https://gdal.org/en/stable/ can help?
Yeah it is a bit odd to have it fail on lack of timestamps.
One workaround would be to add dummy timestamps. There seem to be a few options floating around, like https://github.com/mikaello/gpxfaketimer (never used, no idea how well it’ll work)