Tagged Questions
0
votes
1answer
40 views
error in estimate distance?
i do some experiment place two sensor node between them 4 meter as distance.
then i get these GPS information:
node1: Latitude: 32, 33.255 , Longitude: 36, 0.6632
node2: Latitude: 32, 33.228 , ...
1
vote
1answer
103 views
Accurate and fast nearest neighbour, which distance function should I use and how to it speed up? [duplicate]
I am solving the following problem:
I have a map with many points in it and I need to find the nearest point to given location. Each point carries information about it's latitude and longitude. This ...
0
votes
0answers
43 views
Offset a Polygon defined in Lat Lng points by a given distance of miles or km
I am trying apply a positive offset/buffer (enlarge a shape equally from the borders) to a polygon that is made up of a series of latitude/longitude coordinates by a distance that is defined in either ...
2
votes
1answer
112 views
Trilateration 3D - Vincenty's Formula
with reference to Trilateration using 3 latitude and longitude points, and 3 distances.
The accepted answer was votes as shown in wikipedia at: http://en.wikipedia.org/wiki/Trilateration in ...
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
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 ...
3
votes
2answers
518 views
How to calculate how long an arc second is for a given long/lat?
The title says it all, really. I am wondering what area is covered by a dataset which is one arc second wide.
Thanks,
Rob
1
vote
0answers
105 views
Calculate Point C using distance and bearing from points A and B? [duplicate]
Possible Duplicate:
Calculating Lat/Lng X miles from point
I'm from old school so have not done math for ages. So I need some help to solve this problem, please :)
I have two points such ...
