I have a tiff file named test.tiff. It has 4 bands of dtype uint8. Using these bands I calculated the NDVI which I would now like to save as a fifth band in the test.tiff. Only now I would like to save it as a float32.
Is there a way to do this using rasterio? As geoTiff supports different dtypes for different bands, I guess there should be a way. but up until now I have only been able to find an example on how to do this.
Thanks for any help