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
H_B
November 17, 2006, 12:00am
2
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