I would like to find the location of pixels in a raster that have a specific value.
I have a large raster with a small number of values that I think are not classified correctly. I would like to be able to ‘go to’ the location(s) of those pixels so I can examine the underlying inputs.
I would probably extract them using r.mapcalc
if(map < …, map, null())
and then convert them to vector points using r.to.vect.
Anna
···
On Tue, Dec 8, 2015 at 3:46 PM, Marvin Eng <knot.tyer@gmail.com> wrote:
I would like to find the location of pixels in a raster that have a specific value.
I have a large raster with a small number of values that I think are not classified correctly. I would like to be able to ‘go to’ the location(s) of those pixels so I can examine the underlying inputs.
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user