Tagged Questions
2
votes
1answer
60 views
What is the formula to convert WGS84 coordinates to EPSG 2163?
I'm looking for the formula which converts wgs84 coordinates to epsg 2163. I know that QGIS can do the calculations but I need the exact formula.
Cheers!
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
128 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 ...
3
votes
2answers
2k views
Convert X,Y State Plane coordinates to decimal degrees
I have 1000's of data point I need to convert from North Central Texas 4202 into Lat/Long decimal degrees. Can someone give me a conversion equation so I can quickly convert using excel? I have only ...
3
votes
3answers
1k views
How to get coordinates from geometry in PostGIS?
This line: SELECT geom FROM myLayer.geom
will return a hex value, i'm wondering how would it be possible to get decimal values, a result that look likes human-readable coordination?
Regards,
2
votes
1answer
66 views
Latitude and Longitudes are replaced with zeros when importing excel 2007 worksheet into personal geodatabase
I am trying to import an Excel 2007 data set into a personal geodatabase so I can convert coordinate systems. The data set includes point locations in Decimal Degrees. When I import the Excel ...
2
votes
1answer
467 views
Convert X Y Pixels to Easting Northing
Hopefully someone can help.
I'm trying to find out what the formula would be to convert the X, Y of an image to the Easting and Northing coordinates.
I've downloaded some of the raster maps from OS ...
0
votes
2answers
282 views
How to find the proper coordinate reference system with two sets of data using different measurements or too convert one system into another
I have two different entries of data in two different spread sheets. One of the spread sheets uses a coordinate reference system that I have no idea what the units of measurement are. the properties ...
2
votes
9answers
4k views
Creating shape file from file with coordinates
How can I make a shape file of an csv file with coordinates?
2
votes
1answer
382 views
Looking for a pure Python method to convert Lat/Long To MGRS
Does anyone know of any packages out there that implement a pure python method to convert lat/long coordinates to MGRS coordinates?
PyPi has a package, but it requires some c-extensions from ...
1
vote
0answers
371 views
How do I convert WSG-84 coordinates to lat/long? [duplicate]
Possible Duplicate:
coordinate convertion: decimal degree to deg-min-sec of lat/long coordinate
I am looking for either an online tool or one that I can download to convert WSG-84 ...