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
_
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 +
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
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
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
> 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