Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-12 Thread Ari Jolma
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

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-12 Thread Even Rouault
> 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

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-12 Thread Ari Jolma
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

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-12 Thread Even Rouault
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

Re: [gdal-dev] RFC 61: Call for vote on adoption

2016-02-12 Thread Ari Jolma
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.

Re: [gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Andre Hollstein
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

Re: [gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Even Rouault
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

[gdal-dev] GDAL 2.0.2 doesn't compile with Kakadu 7.7.1

2016-02-12 Thread Andre Hollstein
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 \