Re: [gdal-dev] Ogr2ogr datum shift

2011-09-15 Thread Frank Warmerdam
Stacey, You should not need to use cs2cs - pretty much the same capabilities are available from the ogr2ogr command line. What command are you using now? And what version of GDAL/OGR? With modern versions the following command should work well: ogr2ogr -s_srs EPSG:3857 -t_srs EPSG:4326 out.s

[gdal-dev] Ogr2ogr datum shift

2011-09-14 Thread Stacy Supak
Hi community, Is there a way to add a datum shift parameter to a reprojected shp in an ogr2ogr call? I am using ogr2ogr to extract a shp from a postgis database and within the command I am reprojecting features from google Mercator to EPSG 4326. In the process of going from a spherical coordi