Re: [gdal-dev] Python code with gdal_calc

2024-06-06 Thread Scott via gdal-dev
https://gdal.org/programs/gdal_calc.html see the examples at the bottom. There are a number of numpy.* statements. On 6/6/24 21:48, lefsky--- via gdal-dev wrote: I know gdal_calc calculates using "python syntax" but I've never seen documentation for using numpy functions within the calc stateme

[gdal-dev] Python code with gdal_calc

2024-06-06 Thread lefsky--- via gdal-dev
I know gdal_calc calculates using "python syntax" but I've never seen documentation for using numpy functions within the calc statement. From my simplistic perspective, allowing numpy functions would make gdal_calc much more powerful without too much additional coding. Or is there something I'm mi