translate all subdatasets.
Thanks for your opinions.
De: Even Rouault
Enviat el: dimecres, 21 de maig de 2025 21:04
Per a: Abel Pau ; gdal-dev
Tema: Re: [gdal-dev] NODATA values in diferents bands in a DataSet
Le 21/05/2025 à 20:53, Abel Pau a écrit :
Okay,
Le 21/05/2025 à 20:53, Abel Pau a écrit :
Okay, thanks!
So the interpretation we are aiming for is option *a)*:
Each band is treated independently, and each one has its own NODATA
value. The NODATA value of one band is unrelated to that of the others.
That said, the question is whether this beh
x27;m looking forward to hearing your thoughts on what the best approach would be
in a case like this.
Abel.
De: Even Rouault
Enviat el: dimecres, 21 de maig de 2025 16:55
Per a: Abel Pau ; gdal-dev
Tema: Re: [gdal-dev] NODATA values in diferents bands in a Da
Abel,
there is a subtelty:
a) If bands may have invalid pixels at different locations on different
bands, and that those bands have a different nodata value, then using
GDALRasterBand::SetNoDataValue() is the way to go.
b) If a given pixel is invalid only if its value on all bands matches
Hello,
I am implementing a driver that allows different NODATA values for each band in
a dataset.
>From what I understand in the documentation, I should use the NODATA_VALUES
>metadata item to document these values. However, I don't see a clear way to
>indicate that a specific band has no NODATA
ATA values in diferents bands in a DataSet
Hello,I am implementing a driver that allows different NODATA values for each
band in a dataset.From what I understand in the documentation, I should use the
NODATA_VALUES metadata item to document these values. However, I don't see a
clear way to