<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear all<br>
<br>
I am puzzled on the behavior of v.to.rast. When several points fall
into one gridcell, the raster seems to get one value but not the sum
of these. Is there a way to sum these up instead?<br>
<br>
Code:<br>
<i>v.to.rast in=pts_vect out=pts_rast use=attr attr=mydata --o</i><br>
<i>r.neighbors in=pts_rast out=pts_dens300 -c size=7 meth=sum --o</i><br>
<br>
<br>
Thanks,<br>
Patrick S.<br>
<br>
</body>
</html>