I need to extract from a raster imagery (Geotiff ) only the pixel with a specific range of values
I mean I need to return points that corresponding to the pixels with these values
Red between 245-255
Green between 245-255
Blue between 245-255
I need to extract from a raster imagery (Geotiff ) only the pixel with a specific range of values
I mean I need to return points that corresponding to the pixels with these values
Red between 245-255
Green between 245-255
Blue between 245-255
Best answer by jdh
I would use a RasterCellValueReplacer to replace values <245 with 0, and then a RasterBandNoDataSetter (0) followed by a RasterCellCoercer with extract NoData set to no.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.