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

Altitude always zero #23

Closed
na-am opened this issue May 29, 2022 · 7 comments
Closed

Altitude always zero #23

na-am opened this issue May 29, 2022 · 7 comments

Comments

@na-am
Copy link

na-am commented May 29, 2022

I just wanted to implement the altitude in my flows/database but unforunately it's always showing zero in the payload.
two ipads and an iphone showing every time zero. It doesn't matter what type of "positionType" is set (WiFi or GPS).

Besides... the app "node-PAD" https://apps.apple.com/us/app/node-pad/id1534470128 is able to determine the altitude with the integrated location node very precisely:
image

@PfisterDaniel
Copy link
Owner

Hello,
yes, the altitude is always zero. That's how it comes from Apple. It's the same for me with all my devices iPhone, iPad, Mac's and Apple Watches...

@PfisterDaniel
Copy link
Owner

Hello,
in the next Release i will integrate following API: OPEN-ELEVATION

@na-am
Copy link
Author

na-am commented May 31, 2022

thx Daniel, in the meantime i made a workaround with https://api.opentopodata.org/v1/eudem25m?locations=47,8
just put lat and lon of the device of your choice into a flow variable in a function node after the "Locate my device" node
flow_lat_lon_2_alt.txt
:

@Dunnenj
Copy link

Dunnenj commented Jul 13, 2022

Is it possible to also implement vertical accuracy as it looks like this is not available in the OPEN-ELEVATION API.

@PfisterDaniel
Copy link
Owner

In the next release I added the OpenElevation API and the Altitude is populated. The next release will come in the next few days.

@PfisterDaniel
Copy link
Owner

@Dunnenj
If I find an API for this that I can use to determine or calculate the vertical accuracy, I will of course also implement this.

@PfisterDaniel
Copy link
Owner

Fixed with release 1.1.8

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

3 participants