[gdal-dev] ogr2ogr BeTA2007 grid

Iván Sánchez Ortega ivan at sanchezortega.es
Mon Apr 12 12:03:54 EDT 2010


El día Monday 12 April 2010 13:47:44, Tilo Villwock dijo:
> ogr2ogr -s_srs "EPSG:3396 +nadgrids=BETA2007.gsb +wktext" t_srs EPSG:25832
> target_shapefile.shp source_shapefile.shp

Hhhhhmmmm.

Try the following: forget about epsg:3396, and instead specify all the 
individual options from epsg:3396. Something like:


ogr2ogr -s_srs "+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +y_0=0 +ellps=bessel 
+nadgrids=BETA2007.gsb" -t_srs EPSG:25832 target.shp source.shp

(Please double-check the options from wpsg:3396 - I'm missing several in that 
example)


Cheers,
-- 
Iván Sánchez Ortega <ivan at sanchezortega.es>

Un ordenador no es una televisión ni un microondas: es una herramienta 
compleja.


More information about the gdal-dev mailing list