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

Inconsistent Speed Data in GPSLogger App v130 #1137

Open
terixtrader opened this issue May 7, 2024 · 1 comment
Open

Inconsistent Speed Data in GPSLogger App v130 #1137

terixtrader opened this issue May 7, 2024 · 1 comment

Comments

@terixtrader
Copy link

Issue Report: Inconsistent Speed Data in GPSLogger App v130

The speed data recorded in the CSV file generated by the GPSLogger app, version 130, is often inaccurate, showing a value of 0 or missing entirely. Description:

When using the GPSLogger app, version 130, I have noticed that the speed data recorded in the resulting CSV file is frequently incorrect. In many instances, the speed is either displayed as 0 or is completely absent from the CSV output.

Test file.csv

@mendhak
Copy link
Owner

mendhak commented May 27, 2024

I had a look at the CSV file but I can't really see what would be causing it to be missing sometimes and start working sometimes.

In the CSV logging code as far as I can tell there isn't any weird manipulating going on, the only check is for Location.hasSpeed(), and if that returns false, the value isn't logged. That you're seeing 0 indicates getSpeed itself is returning 0. That could be related to the GPS sensor on the device itself?

You're mentioning v130, is this problem new to v130 or happens in other versions. Do you have other devices you can test with to see if it's device specific?

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

2 participants