Skip to content
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

trackfilter: Don't require unused time values for each trackpoint #1122

Open
jidanni opened this issue Jun 4, 2023 · 0 comments
Open

trackfilter: Don't require unused time values for each trackpoint #1122

jidanni opened this issue Jun 4, 2023 · 0 comments

Comments

@jidanni
Copy link
Contributor

jidanni commented Jun 4, 2023

$ ... -x track,sdistance=1k ...
trackfilter-init: Found track point at ... without time!

The program should only throw up its hands in this case if the user is requesting
time based filtering, but here he is only requesting distance based filtering.

Here it is asking the user to add timestamps that will not be used.

Besides, the track was made via -x transform,trk=wpt, which doesn't
necessarily add timestamps in the first place anyway.

Wait. There's the

faketime option

The parameter This option(!!) was added because some software products (e.g. garmin training center) require a time value for each trackpoint.

Therefore please don't make the same mistake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant