Skip to main content

I have an (ecw) image with areas of black that I want to turn null.

These pixels have values of 0,1,2,3,4,5

How can I set the Parameter of NoData Value to a range of values from 0 to 5?

You can use the RasterCellValueReplacer to replace all the values between 0 and 5 with 0, then set 0 as Nodata with the RasterBandNodataSetter.


Reply