Re: [gdal-dev] Transform shapefile to specific WKT format

2018-07-25 Thread jvenman
Thanks Even -- Sent from: http://osgeo-org.1560.x6.nabble.com/GDAL-Dev-f3742093.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Transform shapefile to specific WKT format

2018-07-25 Thread Even Rouault
Josh, > I know I could just overwrite the existing prj file with the one I want, but > I'd like to do it through ogr2ogr if it's possible. There's no way to do it with OGR. The shapefile driver automatically transforms from OGC WKT to ESRI WKT. So your manual overwriting is the way to go. Even

[gdal-dev] Transform shapefile to specific WKT format

2018-07-24 Thread jvenman
Hi - I have an shapefile that has a .prj file with this format for GDA94 (4283):- GEOGCS["GDA94",DATUM["D_GDA_1994",SPHEROID["GRS_1980",6378137,298.257222101]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] And the application that needs to read it complains that it's a different proj