[gdal-dev] Issue (and suggested fix) compiling pdfium for GDAL

2025-02-04 Thread FLOISSAC, Patrick via gdal-dev
Hello, I recently had to compile gdal 3.8 with pdfium support on an AlmaLinux 8 platform and I struggled for a while with an unexpected issue that I could finally come up with. I used the latest version of the build_linux.sh procedure provided by Even Rouault (https://github.com/rouault/pdfium_

[gdal-dev] Issue (and suggested fix) compiling pdfium for GDAL

2025-02-04 Thread FLOISSAC, Patrick via gdal-dev
Hello, I recently had to compile gdal 3.8 with pdfium support on an AlmaLinux 8 platform and I struggled for a while with an unexpected issue that I could finally come up with. I used the latest version of the build_linux.sh procedure provided by Even Rouault (https://github.com/rouault/pdfium_

Re: [gdal-dev] Issue (and suggested fix) compiling pdfium for GDAL

2025-02-04 Thread Even Rouault via gdal-dev
Patrick, please create a pull request against https://github.com/rouault/pdfium_build_gdal_3_10 with your suggested fix (since that will be the repo that will serve as a start for next updates) Even Le 04/02/2025 à 15:44, FLOISSAC, Patrick via gdal-dev a écrit : Hello, I recently had to

Re: [gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Laurențiu Nicola via gdal-dev
Hi, On Tue, Feb 4, 2025, at 13:56, Even Rouault via gdal-dev wrote: > A PR to add .zarr as an extension for the Zarr driver ? Is it recommended by > the Zarr spec (can't find anything) or considered a best practice ? This > wasn't my impression, although that would certainly be desirable. Their

Re: [gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Even Rouault via gdal-dev
Hi Michael,  (I will PR to set extension metadata but wondered if this is a problem). A PR to add .zarr as an extension for the Zarr driver ? Is it recommended by the Zarr spec (can't find anything) or considered a best practice ? This wasn't my impression, although that would certainly be d

Re: [gdal-dev] GDAL-GRASS GIS driver 1.0.3 release candidate released

2025-02-04 Thread Nicklas Larsson via gdal-dev
GDAL-GRASS GIS driver 1.0.3rc2 is now released. A single CMake fix is added since 1.0.3rc1, see https://github.com/OSGeo/gdal-grass/releases/tag/1.0.3rc2. The release can be downloaded from: https://download.osgeo.org/gdal-grass/gdal-grass-1.0.3rc2.tar.gz https://download.osgeo.org/gdal-grass/g

Re: [gdal-dev] Suggestion for generalization tools

2025-02-04 Thread Even Rouault via gdal-dev
Mihovil, - Documentation of GDAL development processes: https://gdal.org/en/stable/development/index.html - Sieve filter source code: https://github.com/OSGeo/gdal/blob/master/alg/gdalsievefilter.cpp Even Le 04/02/2025 à 21:52, Mihovil Rak via gdal-dev a écrit : Hello GDAL Dev team, As

[gdal-dev] Suggestion for generalization tools

2025-02-04 Thread Mihovil Rak via gdal-dev
Hello GDAL Dev team, As far as I know gdal_sieve is the only GDAL raster generalization tool and one of the few open source ones in general. I would suggest to create a tool (or a few of them) that could use generalization alghoritms like expansion (dilation), shrinking (erosion), boundary smo

[gdal-dev] no autodetect for ZARR output

2025-02-04 Thread Michael Sumner via gdal-dev
I can see that there's no calls to for the Zarr driver 'SetMetadataItem(GDAL_DMD_EXTENSION' or 'SetMetadataItem(GDAL_DMD_EXTENSIONS', but I wanted to ask about the behaviour. This makes sense to me: gdal_translate gdrivers/data/netcdf/srid.nc out.zarr -co COMPRESS=ZSTD Output driver not found.