Does anyone know if there is a way to edit a raster map by windowing the
area you
are interested in to change the cell values? The way I have been doing it
is by using d.rast.edit and picking each cell one by one, this is taking to
long.
Is there an easier way? Thanks for all your help.
Thanks,
teresa salyer <salyer@tiaer.tarleton.edu>
Does anyone know if there is a way to edit a raster map by windowing the
area you
are interested in to change the cell values? The way I have been doing it
Try r.digit
It lets you define areas onscreen, which are given the attribute you define.
Good Luck!
Angus.