<br><div class="gmail_quote">Moritz:<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hello,<br>
<br>
Does anyone see an easy way to count the number of times a specific<br>
category value occurs in a given neighborhood of a central pixel ?<br>
<br></blockquote><div> </div>As always, there is surely a better way in GRASS (probably one single 
command), but you could binarize your map (1 for your desired category 
and zero for everything else) and then use r.neighbors method=sum 
size=desired_neighborhood. <br>
<br>
The result would be the desired count.<br>
<br>
Cheers,<br>
Marcello.<br>
</div>