Skip to main content
Question

RasterBandNoDataSetter Arithmetic editor?

  • March 13, 2019
  • 1 reply
  • 8 views

nicholas
Contributor
Forum|alt.badge.img+14

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

takashi
Celebrity
  • 7843 replies
  • March 13, 2019

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