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 ...
7
votes
2answers
150 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 ...
2
votes
0answers
55 views

Interpolate current Course value of GPS using previous Course values

I have a set of GPS data with Lat, lon and Course. I need to interpolate current value of course, using previous values of Course. The formula I am using is not accurate in curves.In C language I was ...
0
votes
0answers
95 views

MapFish Print latitude, longitude innacuracy?

I'm new to GIS so this may be trivial: I'm using MapFish Print to create some PNG. I have issues to place the viewport. When I use a random GPS coordinate: -20.904522,55.475106 which seem to point ...
0
votes
0answers
31 views

Calculating ECEF X, Y, and Z velocities between 2 points on Earth [duplicate]

Possible Duplicate: How do I calculate ECEF X,Y,Z velocities for GPS if I have no satellites This is my third attempt at explaining what I'm trying to do. If I have two ECEF X, Y, Z ...
4
votes
1answer
692 views

Point interpolation in route

I have a set of GPS coords with X,Y and Course. I need to interpolate additional points based on the course of each point. It would be a simple line intersection based on lines drawn using the 2 ...