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_
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_
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
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
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
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
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
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
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.