Questions tagged [altitude]

the vertical elevation of an object above a surface (as sea level or land) of a planet or natural satellite

123 questions
0
votes
1 answer

How to incorporate elevation into euclidean distance matrix in pandas?

I have the following dataframe in pandas: import pandas as pd df = pd.DataFrame({ "CityId": { "0": 0, "1": 1, "2": 2, "3": 3, "4": 4 }, "X": { "0": 316.83673906150904, "1":…
ZeroStack
  • 1,049
  • 1
  • 13
  • 25
0
votes
2 answers

altitude property in location manager returning zero on Iphone when reading GPS Location

I am writing an app, that uses GPS. I can get successfully the latitude, longitude and other properties, but altitude seems to always return "0.00" i have the following code to test it in the most simplest way and still get 0.00. Code…
jelipito
  • 171
  • 2
  • 2
  • 12
0
votes
1 answer

No location on Google Maps has altitude (according to location.hasAltitude())

I am creating a basic Hiker's Watch app that provides the user his/her location info like (longitude, latitude, altitude, etc). However, the altitude displayed in the logs is always 0.0 (in spite of assigning some non zero value for altitude in the…
0
votes
1 answer

Why the Elevation is wrong for my coordinates, can anyone explain me

There might be several similar questions and of course that helped me find a way to calculate sun position for specific lat-long coordinates, in my case Berlin. But I am getting the wrong result. There is an 8 or 9-degree difference in my result.…
FRQ
  • 29
  • 1
  • 11
0
votes
1 answer

How can regedit delete a key with 'deny everyone' permissions?

First I have to provide some context. I can set procmon to run at some non-default altitude by making two changes in key 'HKLM\SYSTEM\CurrentControlSet\Services\PROCMON24\Instances\Process Monitor 24 Instance': Changing the Altitude value from its…
NoBrassRing
  • 483
  • 7
  • 15
0
votes
0 answers

How to get the accurate altitude from device with respect to the ground using unity?

Hi I am working on an Indoor application for IOS application.I am trying to get latitudes,longitudes and altitudes.When I test the device the starting altitude value comes around 3.67853-first floor(starting point) 3.665541-second…
zyonneo
  • 1,319
  • 5
  • 25
  • 63
0
votes
1 answer

Issue retrieving relative Altitude Information on Apple Watch 3

I would like to log relative altitude changes on apple watch 3 using the CMAltimeter class. On simulator the isRelativeAltitudeAvailable() function returns false, so I tested on real device. Here I noticed, that information is provided, but by far…
gori
  • 41
  • 1
  • 7
0
votes
1 answer

Identifying cyclical behavior using MATLAB

I am trying to process a large amount of data looking for cyclical behavior. In other words, data that jumps back and forth between two respective values. I have tried many different solutions, but all of them give false positives for identifying…
N. Allen
  • 3
  • 3
0
votes
1 answer

iOS / Android Google maps API polygon altitude/altitudemode=absolute is missing

I am trying to create a polygon that has a specific altitude above sea level. Easy in Google Earth. It seems that only 2D polygon i supported for iOS Google Maps. Is it possible to read KML file into iOS/Android Google Map that describes the polygon…
StephanC
  • 97
  • 1
  • 1
  • 7
0
votes
1 answer

Calculate altitude in Android application

Can any one suggest me how to calculate the altitude in android application. I am using the "GoogleApiClient" and calling the method location.getAltitude() in onLocationChanged(Location location), but always getting 0.0, Can any…
0
votes
1 answer

Creating annotations in MKMapView with an altitude component

This seems to be possible because the MKUserLocation annotation is placed at the user's current altitude. However, the protocol for MKAnnotation only includes a coordinate. Is there a way to adjust its altitude as well? Thanks!
noizybrain
  • 155
  • 1
  • 15
0
votes
1 answer

Android - getAltitude only return integer numbers

I've implemented an app that uses GPS, with google API. As far as I read the documentation, the Location.getAltitude returns a double, but all the values I got are round integer numbers. I wanted the value with at least 1 decimal place. Am I doing…
0
votes
0 answers

How to get accurate altitude using external sensor like BMP180,MPL3115A2

I'm checking altitude data for every minute and stored in data logger,in this the value is not constant when I fix it on my desk for testing, so say no movement. variation of value increases upto +- 20m difference. I use Reference pressure is…
mahesh
  • 29
  • 1
  • 1
  • 11
0
votes
0 answers

Get altitude,longitude,latitude from Android (eclipse)

how can i get longitude,altitude,latitude from the android machine ? I have been tried to get from the gps but with no sucsses (I got 0 of all the variable). I'm using Eclipse with ADT. thanks :)
Ben Tubul
  • 45
  • 1
  • 9
0
votes
0 answers

How does Google Maps Web Application calculate the altitude on satellite map?

Google Maps Web Application (www.google.com/maps) puts an altitude number in meters at its URL when we are seeing the satellite map. For example, the URL below is equivalent to zoom level 4 at road map and has an altitude of…
1 2 3
8 9