Hi,
I need to extract pixel with value 3 ,8 and 9.
Have some transformer that filter the pixel value?
Thank´s
Hi,
I need to extract pixel with value 3 ,8 and 9.
Have some transformer that filter the pixel value?
Thank´s
Best answer by jkr_wrk
Could you try this expression:
if(A[0]!=4&&A[0]!=5,A[0],0)
And add a RasterBandNodataSetter with Nodata value 0.
This removes all values that are 4 or 5. Leaving some small area's with 6, 7 or 10. But i doubt there is any data with the value of 3, 8 or 9 in your raster.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.