Am 03.06.2014 13:44, schrieb Jukka Rahkonen:
ogr2ogr -f "ESRI Shapefile" -s_srs "+proj=tmerc +lat_0=0 +lon_0=12 +k=1
+x_0=450 +y_0=0 +datum=potsdam +nadgrids=BETA2007.gsb +units=m +no_defs"
-t_srs epsg:25832 output.shp input.shp
the +datum=potsdam can be misleading, this includes fixed +
Jukka is right. You need the DHDN GK3 grid. It is mentionned on PROJ.4 wiki :
http://trac.osgeo.org/proj/wiki
The link is
http://crs.bkg.bund.de/crseu/crs/descrtrans/BeTA/de_dhdn2etrs_beta.php (no need
for ESRI installation)
The .gsb file must be copied next to the other proj.4 data files (epsg f
Dr. Kai Behncke creativista-solutions.de> writes:
>
> Dear Developers,
>
> I would like to know if ogr2ogr has also implemented the transformation
> DHDN_To_ETRS_1989_8_NTv2-Transformation and if so, how it`s possible to
use it?
>
> The background: I have a shape in the German Gauss Krueger Zo
Dear Developers,
I would like to know if ogr2ogr has also implemented the transformation
DHDN_To_ETRS_1989_8_NTv2-Transformation and if so, how it`s possible to use it?
The background: I have a shape in the German Gauss Krueger Zone 4 and I tried
to transform it with "ogr2ogr -t_srs epsg:25832"