<div dir="ltr">Dear devs, <div><br></div><div>why is og2ogr using a grid shift file explicitely specified in the proj4 string in the s_srs parameter and not when the same proj4 string is in the system-wide proj4/epsg file?<br></div><div><br></div><div>This example gives correct projected results:</div><div><br></div><div>ogr2ogr -f 'ESRI Shapefile' target.shp -s_srs "+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +x_0=3500000 +y_0=0 +ellps=bessel +nadgrids=@BWTA2017.gsb,BETA2007.gsb +units=m +wktext" -t_srs "EPSG:25832" source.shp<br></div><div><br></div><div>The proj4/epsg contains exactly the same definition for EPSG:31467, but when used like this:</div><div><br></div><div>ogr2ogr -f 'ESRI Shapefile' target.shp -s_srs "EPSG:31467" -t_srs "EPSG:25832" source.shp<br></div><div><br></div><div>the transformation is using the towgs84 parameters defined in datum_shifts.csv...</div><div><br></div><div>Is this the intended behaviour? </div><div><br></div><div>Thanks, Michael </div><div><br></div><div><br></div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">-----------------------------------------------------------<br>Michael Schulz<br><div><br></div><div><br></div></div></div></div></div>
</div></div>