Even Rouault
Even Rouault
…and set it to YES by default Fixes #10623
Breaking changes in stac-extensions/eo (for v2.0 presumably) have landed today per https://github.com/stac-extensions/eo/commit/81bb3b13dfed92e1a2d8776b2c9fe5f23e28a3ec . gdalinfo -json output will have to catch up with them at some point. Not entirely sure if...
Candidate implementation of [RFC 139](https://github.com/MapServer/MapServer-documentation/pull/960) This adds a new CONNECTIONTYPE to be able to display labels based on raster content. ``` LAYER PROJECTION "init=epsg:4326" END NAME "test" TYPE POINT CONNECTIONTYPE...
On top of PR #1552
… import empty PROJ4 string Fixes https://lists.osgeo.org/pipermail/gdal-dev/2024-October/059657.html
On extracted2.tif dataset from https://github.com/OSGeo/gdal/issues/11042#issuecomment-2420556574 (12500 x 10000 pixels, 3 bands, Byte) ``gdalwarp -s_srs EPSG:8353 -t_srs EPSG:3857 -r cubic extracted2.tif tmp.tif -overwrite`` goes from 30.4 seconds to 26.0. and improve...