Hello everyone, I maked NDVI raster using RasterExpressionEvaluator and I want to clip it with a shapefile area. I use RasterBandNoDataSetter tranformer to remove all NoData Value (pixel = 0) but in my area, I have some pixels with NDVI value = 0 , so they are removed also. Have you got any idea to avoid this ?

Thks everyone for your help 🙂


thanks for your answer. Effectively I read this method in another topic but doesn't work as I want! You can see here my Workbrench if you want 





I tried to add alpha band before clipping, to specify my NoDataValue, and after clipping, I remove with RasterBandNodataSetter my value of NoDataValue, but when I want to write (save) TIF file, I have this error.