[gdal-dev] Trouble with gdaldem -exact_color_entry

2024-08-13 Thread Daniel Mannarino via gdal-dev
Hi all! I'm having trouble getting gdaldem to work the way I believe it's supposed to. In particular I have given it a single-band uint8 GeoTIFF and tried to map the values to RGB bands via a colormap using exact matching, but the resulting GeoTIFF is invariably all zeroes (as if there were no mat

[gdal-dev] 3.9.2 RC2 [was Re: GDAL 3.9.2 release candidate available]

2024-08-13 Thread Even Rouault via gdal-dev
Hi, I've prepared a RC2:   https://download.osgeo.org/gdal/3.9.2/gdal-3.9.2rc2.tar.xz   https://download.osgeo.org/gdal/3.9.2/gdal-3.9.2rc2.tar.gz   https://download.osgeo.org/gdal/3.9.2/gdal392rc2.zip https://download.osgeo.org/gdal/3.9.2/gdalautotest-3.9.2rc2.tar.gz   https://download.osgeo.or

Re: [gdal-dev] GDAL 3.9.2 release candidate available

2024-08-13 Thread Greg Troxel via gdal-dev
Even Rouault via gdal-dev writes: >   https://download.osgeo.org/gdal/3.9.2/gdal-3.9.2rc1.tar.xz On NetBDS 10 amd64, I locally updated pkgsrc, and gdal-lib, py-gdal (bindings split package), and qgis all built without issues, and the resulting qgis, when run on a project with a lot of layers of

Re: [gdal-dev] shapelib 1.6.1RC2 available (was Re: shapelib 1.6.1RC1 available)

2024-08-13 Thread Even Rouault via gdal-dev
Greg, 2) The tests all fail because they have #! lines with /bin/bash. Should be addressed per https://github.com/OSGeo/shapelib/pull/150 could document a dependency on bash, and then find bash with configure and substitute it, that all seems quite avoidable as I don't see anything in the test

Re: [gdal-dev] shapelib 1.6.1RC2 available (was Re: shapelib 1.6.1RC1 available)

2024-08-13 Thread Greg Troxel via gdal-dev
Even Rouault via gdal-dev writes: > Here's a shapelib v1.6.1 RC2: > - https://download.osgeo.org/shapelib/shapelib-1.6.1rc2.tar.gz > - https://download.osgeo.org/shapelib/shapelib-1.6.1rc2.zip > > Changes since v1.6.1RC1: > - shapefil.h: bump version number to 1.6.1 > - CMake: (>= 3.21) Fix ctest

Re: [gdal-dev] shapelib 1.6.1RC2 available (was Re: shapelib 1.6.1RC1 available)

2024-08-13 Thread Greg Troxel via gdal-dev
(I'm building with autoconf.) 1) It builds fine on NetBSD 10 amd64, using an old pkgsrc workaround/?? to explicitly build only the libs (that may well be no longer relevant): # \todo Explain why we don't install what shapelib installs. # \todo Perhaps file a bug upstream that the bin programs

[gdal-dev] shapelib 1.6.1RC2 available (was Re: shapelib 1.6.1RC1 available)

2024-08-13 Thread Even Rouault via gdal-dev
Hi, Here's a shapelib v1.6.1 RC2: - https://download.osgeo.org/shapelib/shapelib-1.6.1rc2.tar.gz - https://download.osgeo.org/shapelib/shapelib-1.6.1rc2.zip Changes since v1.6.1RC1: - shapefil.h: bump version number to 1.6.1 - CMake: (>= 3.21) Fix ctest paths for shared libs (MSVC and CygWin) -