Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-05 Thread Jan Heckman
Hi, Great stuff here! A minor point: please add quotes to the copy path in post-build event. Often people (like me) will have spaces in the project path, e.g. C:\Users\jan\Documents\Visual Studio 2015\Projects\GDAL_2.1.x_VC-master\libgdal-2.1.1. copy

[gdal-dev] No SONAME in libgdal.so when building with --without-libtool

2016-08-05 Thread Gareth Francis
Encountered on Centos 6, x86_64 configured with --without-libtool, resulting libgdal.so has no SONAME entry The link command for libgdal.so uses the variable 'GDAL_SLIB_SONAME' which isn't defined in GDALmake.opt.in The attached patch fixes the issue, and I believe will generate the same name

Re: [gdal-dev] Release of a GDAL 2.0.x and 2.1.x Visual Studio 2010 Solution (static and dynamic lib)

2016-08-05 Thread Jeff McKenna
On 2016-08-04 6:44 PM, Mateusz Loskot wrote: Can we make sure to document these steps, so they are not lost in emails? Somewhere on the BuildHints wiki would be great. Possibly here? https://trac.osgeo.org/gdal/wiki/BuildingOnWindows

Re: [gdal-dev] Feasibility of expanding VRT schema to allow users to specify X/Y dimension for HDF data?

2016-08-05 Thread Even Rouault
Frank, From what I understand from Joe's needs, it looks like simple transposing of a 2D raster wouldn't be enough. Here we would need to "transpose" pixels scattered through different subdatasets due to the Nd > 2 dimensionality of the original dataset, which would be impractical to express