Looking around the source for the HFA driver I was able to find
hfatest.cpp. I compiled that and got what I needed with the -dt option.
Problem solved!
-Ryan
On Fri, May 30, 2014 at 9:10 AM, Ryan wrote:
> Erdas has some example data:
>
> http://download.intergraph.com/downloads/imagine-photog
Luc
Can you open a ticket about this?
---
Geospatial professional services
http://even.rouault.free.fr/services.html
Message d'origine De : lucvanlinden
Date :03/06/2014 17:45 (GMT+01:00)
A : gdal-dev@lists.osgeo.org Objet : [gdal-dev] OGR v1.11
CSV GEOM=AS_WKT truncated
On 2014-06-03 17:45, lucvanlinden wrote:
Hi All
With upgrading to ogr 1.11 it seems that OGR2OGR -lco geom=AS_WKT, when used
in writing to a CSV output format, the WKT notation is truncated to a length
of 8000 characters.
This is/was not the case with ogr 1.10.1.
Can this be confirmed as bein
Hi All
With upgrading to ogr 1.11 it seems that OGR2OGR -lco geom=AS_WKT, when used
in writing to a CSV output format, the WKT notation is truncated to a length
of 8000 characters.
This is/was not the case with ogr 1.10.1.
Can this be confirmed as being a bug?
On Win7 64 bit
tx
Luc
--
V
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"