<div dir="ltr"><div><div><div>is it possible to find the area weighted CN without resorting to writing a script to loop  through all the watersheds?  can it be done with map algebra? with cross product overlay? with r.coin? (somehow)<br>
<br></div>The equation:<br><br></div>CNcomposite = sum(CN*CNarea) / sum(CNarea)<br><br></div>so I have to find the total area of cells of each CN value per a watershed.  I can do it with r.mask and r.stats but that is manually one by one and must be processed externally in a spreadsheet<br>
</div>