12.02.2016, 14:54, Even Rouault kirjoitti:
ok, I should perhaps set up a better local test environment.
I now limit the dimension harmonization to the shape driver @33440.
Travis seems to be stalled right now, but locally I get a crash with latest
rev :
Thanks. Fixed. It is sometime difficu
> ok, I should perhaps set up a better local test environment.
>
> I now limit the dimension harmonization to the shape driver @33440.
Travis seems to be stalled right now, but locally I get a crash with latest
rev :
TEST: ogr_shape_15 ... ==4768== Invalid read of size 8
==4768==at 0x8928
12.02.2016, 12:43, Even Rouault kirjoitti:
There are still a couple of fixme's in the code (shape2ogr.cpp), writing
a shape should take into account the requested coordinate combination
and whether to skip Ms or write them as "no data" (value < 1038
according to the doc).
-10^38
copy paste err
Le vendredi 12 février 2016 11:26:46, Ari Jolma a écrit :
> I've fixed this so that currently all tests pass (at least locally).
>
> Now Shapefiles, which are created XY come back as XY, XYM as XYM, XYZ as
> XYZ, and XYZM as XYZM. Also one should be able to set the required
> coordinate combinatio
I've fixed this so that currently all tests pass (at least locally).
Now Shapefiles, which are created XY come back as XY, XYM as XYM, XYZ as
XYZ, and XYZM as XYZM. Also one should be able to set the required
coordinate combination using parameters - that's not comprehensively
tested however.
Dear Even,
thanks for pointing me to https://trac.osgeo.org/gdal/changeset/31517, I
will use this. Maybe it would help to avoid confusion to reflect the
need to set
CXXFLAGS="-DKDU_MAJOR_VERSION=7 -DKDU_MINOR_VERSION=7 in the ./configure
--help message. I was missing this info.
Thanks a lot
Andre,
> The preferred way to include all the
> Kakadu API's is to link against
> >both libkdu_v77R.o and libkdu_a77R.o, where the latter is built by the
> "managed" makefiles.
> >Anyway, it may be that all you have to do is add
> "avx2_region_deocmpressor.o" (and possibly
> >"avx2_region_compo
Dear GDAL developers,
I'm trying to build gdal with support to the Kakadu library. My problems
occur both with gdal 2.0.2 as well which what I checked out from github.
I have configured a minimal example:
./configure --prefix $prefix_opt \
--with-openjpeg=no --with-jasper=no \
--with-ecw=no \