Re: [GRASS-user] Finding the value of a point in a raster map

2010-09-02 Thread Glynn Clements

vbkhp wrote:

 I am writing a r.mapcalc instruction, and I would like to find the
 value of a point in the map (other than the point that the window is
 currently at).
 More precisely, in a raster dem I would like to calculate the
 difference between the height of one point and the rest of the map. 

Use r.what to query the value at specific point, then insert ther
result into the r.mapcalc expression as a constant.

-- 
Glynn Clements gl...@gclements.plus.com
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Finding the value of a point in a raster map

2010-09-01 Thread vbkhp
Hi,

I am writing a r.mapcalc instruction, and I would like to find the value of a 
point in the map (other than the point that the window is currently at). 
More precisely, in a raster dem I would like to calculate the difference 
between the height of one point and the rest of the map. I appreciate if any 
one can help.

Thanks,
Ahmad



  ___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user