Tagged Questions
1
vote
1answer
69 views
How to convert EPSG:2163 coordinates to wgs84 in javascript
I'm currently testing a web app that calculates EPSG:2163 coordinates based on user interaction with a map created through d3.js. I wish to convert these coordinates to WGS84 in order to use various ...
1
vote
2answers
62 views
Is it possible to change a Geotiffs CRS?
Hi I have created a Geotiff from the Bing Aerial photography.
As it is automatically in WGS 84 it inserts perfectly into QGIS, however this image is of no use to me outside of QGIS.
I need to ...
2
votes
1answer
152 views
How to convert NAV4 coordinate system to WGS84?
I would like to know whether it is possible to convert the coordinates given in a NAV4 coordinates system into WGS84. I could not find out what NAV4 is and if it is actually a standardized CRS.
Here ...
3
votes
1answer
261 views
How to convert a geotiff from WGS84 to 3857 with gdalwarp?
I'm trying to convert images with WGS84 projection to 3857 but warp is not giving me a output I would expect.
This is my command:
gdalwarp -s_srs "+proj=merc +datum=WGS84" -t_srs "EPSG:3857" ...
1
vote
2answers
160 views
Proper gdaltrasform syntax to transform a list of coordinates?
this is probably a very simple question, but I'm very new to GIS so I just need one last nudge. I've got a sense of the Linux utility gdaltransform and I am feeding it coordinate pairs in ...
2
votes
1answer
204 views
How do I convert EPSG:26986 coordinate pairs to EPSG:4326 from the MassGIS web service, the Linux command-line, or PHP?
I'm a GIS newbie, normally a PHP web applications developer.
I am trying to map all boundaries of the MA state representative districts. So I just need to convert polygon coordinates from the ...
2
votes
2answers
3k views
convert wgs84 coordinate to Google Map coordinate system(EPSG 3785) with geotools and java
Could you please point me out where can I make such a transformation:
convert wgs84(EPSG 4326) coordinate to Google Map coordinate system(EPSG 3785), and vise versa.
Thank you.
4
votes
1answer
774 views
Distances in {Plate Carrée projection - EPSG:4326 - WGS84}
So,
"4326 is just the EPSG identifier of WGS84" [3], indeed http://spatialreference.org/ref/epsg/4326/html/ says it is a GEOGraphic Coordinate System:
GEOGCS["WGS 84",
DATUM["WGS_1984",
...