-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: filter by type #65
Comments
What format does arc.app use? Sounds like a nice feature, but it seems that the GPX spec doesn't have an official way to indicate activity type, so it might not be reliable to use the various extensions. FIT files on the other hand should work |
It's a .gpx file as an export. It uses the While the monthly GPX files exported by Arc are explicitly stated in the flag (eg. types seem to be defined per |
Nice, thanks for the reference. My impression is that it would be too much effort to try to maintain a consistent activity mapping across all possible GPX creators, but if we had the filter UI use only what's contained in the But - that does mean that for Strava, you would be filtering to e.g. |
Best way if it’s possible is probably to filter by a distinct list of types in the uploaded files and if it’s numeric, rename it as Strava does according to that post in stackoverflow in the end the primary use case for most people using this is strava, so if you’re willing to add the functionality, it should probably be built with that in mind first, I can always edit type flags to match strava in uploaded gpx files |
I understand this is mostly used for strava, I personally use it for arc.app exports (https://www.bigpaua.com/arcapp/) lifelogging and it would be great if filtering by type of track (walking / running / etc) could be added
The text was updated successfully, but these errors were encountered: