0
votes
0answers
27 views

A machine to measure latitude to 6 decimal places of a degree [duplicate]

I am doing a PhD research project to do with medieval and ancient archaeoastronomy which requires me to be able to measure latitudes up to an accuracy of 6 decimal places of a degree of latitude. ...
1
vote
0answers
130 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
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
76 views

find euclidean distance in GPS [duplicate]

i need to find the distance between two gps location, So i think to do this: lat1(seconds)-lat2(seconds)=lat * 30.7151 == distance latitude in meters =Latm long1(seconds)-long2(seconds)=long ...
0
votes
1answer
124 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 ...
2
votes
0answers
103 views

calculating bounding box from known centre coordinate and zoom

I have a map, the centre of that map (centrepoint) is = -37,175 ( gps) I know the zoom of the map = 13 I know the size = 320x320px I know there is 111111m in a degree of latitude and a varying degree ...
1
vote
1answer
638 views

How do I calculate ECEF X,Y,Z velocities for GPS if I have no satellites

I'm attempting to simulate a GPS message where know variables are starting location, ending location, speed (m/s), and a bearing (0 - 359 degrees). How can I calculate the ECEF X, Y, Z velocities ...
0
votes
0answers
49 views

Calculate XYZ velocities between 2 ECEF points [duplicate]

Possible Duplicate: How do I calculate ECEF X,Y,Z velocities for GPS if I have no satellites If I have a starting location (Latitude/Longitude), a bearing (degrees), and a speed (m/s), how ...