Question

RasterBandNoDataSetter Arithmetic editor?

  • 13 March 2019
  • 1 reply
  • 1 view

Badge +10

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?


1 reply

Userlevel 2
Badge +17

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