<div dir="ltr"><div>Hello,</div><div><br></div><div>I do not understand why there seems to be a drift (about 100 meters) of the polygons contained in a shapefile after reprojecting it to 4326 using the following command :</div><div><br></div>ogr2ogr -f 'ESRI Shapefile' -wrapdateline -t_srs EPSG:4326 destinationfile.shp sourcefile.shp<br><div><br></div><div>The original prj file is the following. It is supposed to describe the projection EPSG:28992  ( <a href="http://spatialreference.org/ref/epsg/28992/">http://spatialreference.org/ref/epsg/28992/</a>  )</div><div><br></div><div>PROJCS["RD_New",GEOGCS["GCS_Amersfoort",DATUM["D_Amersfoort",</div><div>SPHEROID["Bessel_1841",6377397.155,299.1528128]],</div><div>PRIMEM["Greenwich",0.0],</div><div>UNIT["Degree",0.0174532925199433]],</div><div>PROJECTION["Double_Stereographic"],</div><div>PARAMETER["False_Easting",155000.0],</div><div>PARAMETER["False_Northing",463000.0],</div><div>PARAMETER["Central_Meridian",5.38763888888889],</div><div>PARAMETER["Scale_Factor",0.9999079],</div><div>PARAMETER["Latitude_Of_Origin",52.15616055555555],</div><div>UNIT["Meter",1.0]]</div><div><br></div><div>Apparently QGIS could understand the projection file correctly and reproject it to WGS84 with no problem. But it seems that for some specific projections, GDAL does not reproject as expected.</div><div><br></div><div> Is it possible to force it by adding the projection specifications in one of the files included in the following folder (linux debian install) :  /usr/share/gdal   and how ?  </div><div><br></div><div>For example, I could see a file named gdal_datum.csv  containing the datum "D_Amersfoort" specified in the prj file. However I could not find in any other files the projection GCS_Amersfoort or RD_New as specified in the prj file.</div><div><br></div><div>Thanks for your help</div><div><br></div><div> <br></div><div><br></div></div>