is there a simple way to set the value of a specific raster cell (e.g. defined by the coordinate of its cell center). One way could be to define a point by the coordinates (e.g. v.in.ascii) and then to convert the point to raster (v.to.rast) and use the mapcalculator to modify the original raster with the help of this new-point raster…
…But is there a simpler way to “call” the raster-cell directly?
is there a simple way to set the value of a specific raster cell (e.g. defined by the coordinate of its cell center). One way could be to define a point by the coordinates (e.g. v.in.ascii) and then to convert the point to raster (v.to.rast) and use the mapcalculator to modify the original raster with the help of this new-point raster…
…But is there a simpler way to “call” the raster-cell directly?
/Johannes
_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
is there a simple way to set the value of a specific raster cell (e.g.
defined by the coordinate of its cell center). One way could be to define a
point by the coordinates (e.g. v.in.ascii) and then to convert the point to
raster (v.to.rast) and use the mapcalculator to modify the original raster
with the help of this new-point raster...
...But is there a simpler way to "call" the raster-cell directly?
Just for the records, there is also d.rast.edit, very handy for hand-crafting
pixel values