[GRASS-user] the r.neighbors

Hello, everyone:

I am looking the function of r.neighbors function, and I searched grass6.3 reference manual r.* commands. I did not found it.

Would anyone please tell me where I can find this command and how to perform Focal Cell neighbourhood analysis?

Thanks

Ching

Qinglin Li wrote:

I am looking the function of r.neighbors function, and I searched grass6.3
reference manual r.* commands. I did not found it.

http://grass.ibiblio.org/grass63/manuals/html63_user/r.neighbors.html

Would anyone please tell me where I can find this command and how to perform
Focal Cell neighbourhood analysis?

see also r.mfilter and r.mapcalc's neighborhood modifier.

Hamish

Hamish napisaƂ(a):

Qinglin Li wrote:
  

I am looking the function of r.neighbors function, and I searched grass6.3
reference manual r.* commands. I did not found it.
    
http://grass.ibiblio.org/grass63/manuals/html63_user/r.neighbors.html

Would anyone please tell me where I can find this command and how to perform
Focal Cell neighbourhood analysis?
    
see also r.mfilter and r.mapcalc's neighborhood modifier.

Hamish

_______________________________________________
grassuser mailing list
grassuser@grass.itc.it
http://grass.itc.it/mailman/listinfo/grassuser
  

be careful with r.mfilter - it rounds result to nearest integer (for historical reasons). If you work on floating raster and want to have floating output ... multipy map before filtering

regards
J