Even Rouault

Results 290 issues of Even Rouault

This issue is motivated by the issue raised in https://lists.osgeo.org/pipermail/qgis-developer/2024-July/066950.html , that I've analyzed in https://lists.osgeo.org/pipermail/qgis-developer/2024-July/066950.html . This isn't really a GDAL or QGIS issue, but more a general one...

### Describe the issue On latest fedora:rawhide, both with clang++ (19.1.6) or g++ (15.0.1), in implicit mode or explicit -std=c++17, including gtest.h emits: ``` /usr/bin/../lib/gcc/x86_64-redhat-linux/15/../../../../include/c++/15/ciso646:46:4: warning: " is deprecated in...

https://github.com/zarr-developers/zarr-specs/blob/214ba9b6326aadcf406a69a1a7268a7055cea185/docs/v3/core/v3.0.rst?plain=1#L765 is `` "fill_value": null``. My understanding is that this is not allowed in Zarr V3

Not sure what the process is to add new plugin metadata. But reflects my proposal of https://lists.osgeo.org/pipermail/qgis-developer/2024-November/067141.html and https://lists.osgeo.org/pipermail/qgis-developer/2024-November/067143.html

backport release_3.40

Documentation in https://gdal--12507.org.readthedocs.build/en/12507/user/band_algebra.html Uses VRTDerivedRasterBand and pixel functions underneath. Demo program converting a RGB image to grey level: - Python: ```python from osgeo import gdal gdal.UseExceptions() with gdal.Open("rgbsmall.tif") as ds:...

enhancement
funded through GSP

e.g: ``` $ gdal pipeline read points.csv ! grid average ! write out.tif $ gdal pipeline read poly.shp ! rasterize --outsize 256,256 ! write out.tif $ gdal pipeline read in.tif...

enhancement
funded through GSP
gdal_cli

Add GDALDataset::GetExtent() and GetExtentWGS84LongLat(), corresponding C API and bind to SWIG ``` $ gdal raster reproject byte.tif --dst-crs=EPSG: Display all 199 possibilities? (y or n) 10177 -- IGS20 4329 --...

enhancement
funded through GSP
gdal_cli

Fixes #12524

enhancement
funded through GSP
gdal_cli