I have a raster and want to set values which are < 5 to NoData and also values which are equal to 255. I have tried setting values of 255 to NoData using the RasterBandNodataSetter, but in the output raster all three bands still have values of 255. I've attached the workspace. Ideally I'd like to set these values all at once but I'm just trying to get one value set correctly first. Thanks
Page 1 / 1
Hello @mspencer, thanks for posting! Can you try using the RasterCellValueReplacer instead of the RasterBandNodataSetter? This will replace a range of band values with a single value, in this case, your Nodata value.
Happy to help, Kailin.