Tagged Questions
17
votes
3answers
737 views
Why do we use the terms “longitude” and “latitude” for a spherical body?
To specify a geographic coordinate we use the terms “longitude” and “latitude”. Far as I know, these terms derive from the Latin latitudo (=
breadth) and longitudo (= length). In German we use the ...
1
vote
0answers
134 views
convert GPS to XY coordinates
if i have obtain GPS coordinates as Latitude/Longitude, then i need to convert them to XY coordinates, i see this link
actually i need to get the Trilateration , in its equation i need the XY ...
0
votes
1answer
127 views
convert GPS to x,y using reference node
i am using sensor nodes and their antenna to calculate GPS coordinates as notation of (degrees/minutes/seconds), i have some question of how to do these things:
how can i convert latitude and ...
0
votes
1answer
99 views
If the Earth was flat, what unit of measurement would distances between geographic points be represented as?
A whole lot of abstraction- given two longitude/latitude points given from a GPS, I'm using the Pythagorean distance formula to find the distance between them. What unit of length would the distance ...
1
vote
0answers
96 views
Google earth incorrectly rendering coordinates?
My circles are rendering funky on the poles, and along the equator.
Here are my coordinates:
158.05553767833,-78.151355482613
152.68654993135,-76.924955252783
147.72303124605,-75.713526831152
...
1
vote
0answers
23 views
Translate geographical coordinate [duplicate]
Possible Duplicate:
Calculating Lat/Lng X miles from point
I would like to know how could I translate a geographical coordinate to an specific distance. So for example let's suppose I'm ...
1
vote
1answer
778 views
How to find bounding coordinates (lat/long) for UTM zones?
I want to error check incoming lat/lng points by checking if the point resides within the given UTM zone. (This would work for the data im using because sometimes there is a missing sign or lat/lng is ...
5
votes
1answer
269 views
How can I programmatically open an OnPoint map to specific coordinates?
We have an OnPoint server at work and I'm wondering how to open the mapping service and having it zoom in to my specified latitude and longitude.
The reason I ask is because we have an application at ...