[GRASSLIST:7226] v.to.rast val=area/cell_area

Hallo List,

Any suggestions how to get area ratio for vector representation in each raster cell
   as raster cell value (ideal something like v.to.rast val=area),
   except the way of preparing a vector grid and using v.overlay?

+---------+----------+
| ooo|ooo |
| oooooo|ooo |
| oooooo|oo |
| ooooo|o |
+---------+----------+

v.to.rast val=area/cell_area

+---------+----------+
| | |
| 0.5 | 0.3 |
| | |
+---------+----------+

Thanks for any idea...

Zaboj Hrazsky