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 , ...
7
votes
2answers
148 views
How do I group near points with GPS positions?
I'm an IT person so I don't know too much about projections and so on, I hope you can help me.
I have made an application for Android that collects a GPS position, so I have the latitude and the ...
4
votes
1answer
933 views
Distance calculation : Integrating incremental gps data
I am trying to build a GPS based odometer based on android.
Currently , I am calculating incremental distance changes very frequently ( < 5 meter movement). The distance calculation in android is ...
19
votes
2answers
340 views
Precision when working with spatial data in GIS
Is there a basic or introductory study that examines and compares the precision of spatial data when working
with varying precison of the data input, like having 1, 2, ... decimal places?
with the ...
3
votes
3answers
3k views
Distance between GPS coordinates
Given a database of GPS points, a center GPS location, and a radius R (in meters), how can I find all points in the database that are within a distance of R of the center point?
Will the distance ...