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
I'd like to have a version of gdal2tiles that handles image types other
than uint8. Is there a reason why it doesn't handle those types of images?
It appears I'd have to modify the output format from png to tiff. I have
never modified gdal source before and I'm wondering if this modification
(whic
, with a number of bands that
> is the sum of bands in all the inputs or what?
>
>
>
> -Jukka Rahkonen-
>
>
>
> *Lähettäjä:* gdal-dev *Puolesta *lefsky---
> via gdal-dev
> *Lähetetty:* tiistai 23. tammikuuta 2024 19.01
> *Vastaanottaja:* gdal-dev@lists.osgeo.org
>
I've been incorporating gdal into my processing pipelines and have a
question about a feature.
I need to be able to layer stack multiple images with different extents and
varying numbers of bands, usually exceeding 1. I haven't been able to find
a single command to do this in gdal. Am I missing so