-
Notifications
You must be signed in to change notification settings - Fork 21
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: remove points above/below the specified speed #84
Comments
I haven't got any accurate figures on which functions are "the most popular operations", or which are "very popular operation among users" - GpsPrune users are as you know very diverse and use GpsPrune for all kinds of different things. The possibility to compress the track according to speed is already listed on the development page as planned for version 24:
so it sounds like you're just agreeing with that. Having said that, there are some problems with this, which need to be resolved:
I also have to distinguish between two different causes of high speeds. Maybe the high speed is real (I'm actually in a car), but then deleting one point doesn't change the speeds of the neighbouring points. A second possibility is that just one point was measured incorrectly, which gives a high speed away from the actual position and then a high speed back again. In this case, deleting one wayward point changes all the speeds to be more reasonable. Before you upload your track to any "sports social network", it's easy to check the speeds by right-clicking on the altitude diagram and switching it to show speeds. This should tell you whether you've also included the car ride by accident or not. |
Track --> compress track (there are filters to remove crazy points), but it does not allow you to do the most popular operations: remove all points from the track, the speed of which is higher than 51 km / h, for example. Rationale, if I ride a bike, then I know that my speed could not be more than 90 km/h. or less than 5km/h. 5km/h and 90km/h are GPS emissions, these points need to be destroyed (this is a very popular operation among users). Or, for example, I'm going on a hike, due to gps-emissions that happen on any device, crazy dots appear at a speed, for example, 39 km/h, and so on. On the march, I know that any points over 7km/h are not true and must be destroyed. Otherwise, when you upload a track to any sports social network, third-party users, seeing the maximum speed, think that you were given a ride in a car or there was a break in the gps signal, etc., it’s unpleasant.
A workaround is to use the gpx track editor software and its filter (specify maximum speed from the track.gpx for the range of which all points will be deleted).
The text was updated successfully, but these errors were encountered: