Re: [gdal-dev] Mass operations to raster block?

2024-05-06 Thread Even Rouault via gdal-dev
Hi Andrew, no, there's no such support in GDAL itself. That could potentially be done using VRT and pixel functions, but I'm not sure that would qualify as "optimal", and that would require a bit of setup. You're probably better instantiating your for(y: ...) for (x: ...) loop manually with

[gdal-dev] Mass operations to raster block?

2024-05-06 Thread Andrew Bell via gdal-dev
Hi, Is there any support in the library for applying some arithmetic operations to all entries in a block? For example, can I optimally subtract or add some scalar to every entry? Thanks, -- Andrew Bell andrew.bell...@gmail.com ___ gdal-dev mailing

Re: [gdal-dev] GDAL 3.9.0 rc1 is available

2024-05-06 Thread Scott via gdal-dev
Thanks for the -E, -field_sep and -ignore_extra_input in gdallocationinfo! It means we no longer have to pipe the input/output through paste -d or sed On 5/6/24 06:43, Even Rouault via gdal-dev wrote: Hi, I have prepared a GDAL/OGR 3.9.0 release candidate. NEWS at:  

[gdal-dev] GDAL 3.9.0 rc1 is available

2024-05-06 Thread Even Rouault via gdal-dev
Hi, I have prepared a GDAL/OGR 3.9.0 release candidate. NEWS at:   https://github.com/OSGeo/gdal/blob/v3.9.0RC1/NEWS.md Pick up an archive among the following ones (by ascending size):   https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0rc1.tar.xz