[GRASS-user] overlap to vector maps

http://osgeo-org.1803224.n2.nabble.com/file/n6040248/exp.jpg

Hello dear grass users

I have 2 vector maps, one represents a grid and the other is delimited
figure.
I wanted to know the fraction of the figure overlaps each cell.
Is is possible to do this without converting both maps to raster?

thanks

regards
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/overlap-to-vector-maps-tp6040248p6040248.html
Sent from the Grass - Users mailing list archive at Nabble.com.

I have 2 vector maps, one represents a grid and the other is delimited
figure.
I wanted to know the fraction of the figure overlaps each cell.
Is is possible to do this without converting both maps to raster?

v.overlay--> http://grass.fbk.eu/gdp/html_grass64/v.overlay.html

The output file would have the spatial intersection of both vector
maps. Then uploading the areas from the geometry to the database
(v.to.db) would populate the values for the intersected areas.

Mark