Re: [gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Tilo Villwock
Yeah thanks again for all the great hints, I really appreciate it. I should have posted earlier here as it would have saved me a lot of time trying ;) Cheers, Tilo -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 _

Re: AW: [gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Even Rouault
pr 2010 13:33:58 +0200 > > Von: "Schmitz, Uwe" > > An: "Tilo Villwock" , gdal-dev@lists.osgeo.org > > Betreff: AW: [gdal-dev] Re: ogr2ogr BeTA2007 grid > > > > Tilo, > > > > > > ogr2ogr -s_srs "+proj=tmerc +lat_0=0 +lon_0=9 +

AW: [gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Tilo Villwock
8 +0200 > Von: "Schmitz, Uwe" > An: "Tilo Villwock" , gdal-dev@lists.osgeo.org > Betreff: AW: [gdal-dev] Re: ogr2ogr BeTA2007 grid > Tilo, > > > > > > > ogr2ogr -s_srs "+proj=tmerc +lat_0=0 +lon_0=9 +k=1 +y_0=0 > > +ellps=bessel &g

AW: [gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Schmitz, Uwe
Tilo, > > > > 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 > > I used the parameters instead, but it didn't work either. In > fact, I think it doesn't matter since ogr2ogr looks up the > same par

[gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Iván Sánchez Ortega
El 14/04/2010 10:31, Tilo Villwock escribió: 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 I used the parameters instead, but it didn't work either. In fact, I think it doesn't matter since ogr2ogr looks u

[gdal-dev] Re: ogr2ogr BeTA2007 grid

2010-04-14 Thread Tilo Villwock
> 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 I used the parameters in