1
vote
0answers
120 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 ...
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
119 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
1answer
170 views

WGS84 - how to convert

I have multiple locations saved in WGS84 - it looks like e.g. latitude: 12345678 longitude: 87654321. I tried to search it on the map this way: 12.345678 87.654321, but it doesn't match the place it ...
3
votes
1answer
77 views

East North Format

I have a database with a list of address and their location as an East and North coordinate. An example is: East=431833 North=336684 Postcode=DE22 4LF When I try to convert this address using this ...
1
vote
0answers
56 views

How to Convert Long/Lat from Excel into shapefile? [duplicate]

Possible Duplicate: How can I convert an excel file with x, y columns to a shapefile? Possible duplicate, How can I convert an excel file with x, y columns to a shapefile? How do I ...
10
votes
2answers
1k views

Lon/lat transformation

First I should clarify I don't have previous experience with the field, so I don't know the technical terminology. My question is as follows: I have two weather datasets: The first one has the ...