I have a simple model that calculates the NDVI from bands 3 and 4 of a raster dataset. The input bands are 8-bit unsigned, whereas the default output NDVI is signed 32 bit.
How can I specify the pixel depth for the output NDVI as 8 bit unsigned?
أكثر...