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

gps coordinates #8

Open
corand opened this issue Jul 13, 2016 · 3 comments
Open

gps coordinates #8

corand opened this issue Jul 13, 2016 · 3 comments

Comments

@corand
Copy link

corand commented Jul 13, 2016

Hello,

I have realised that

activity -> sessions -> laps -> records -> [position_lat, position_long]

the coordinates are incorrect. I don't know the exact conversion, but at least negative values are represented as positive, and it needs some other conversion to place the record in the proper point.

@pierremtb
Copy link
Owner

Mmh thank you @corand for this report, I didn't check them carefully.
I will look into this as soon as I can.

@glenjamin
Copy link

glenjamin commented Oct 24, 2016

As far as I can tell the values are correct, aside from being in the range [0, 360] instead of [-180, 180].

The values are not offset, so the logic to fix them would be something like x > 180 ? x - 360 : x.

@jimmykane
Copy link

Let close this issue?

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

4 participants