|
On 28/09/2010 07:29,
bharath s wrote: First check If the polylines are imported as closed boundaries with: v.info -t (Note the line "boundaries=...") If you don't have closed boundaries, you'll have to do some cleaning to snap the nodes of the polylines together with v.clean ... tool=snap, etc. Then just run: v.centroids <polyline> out=<areas> to add centroids to each closed boundary.
-- Micha Silver http://www.surfaces.co.il/ Arava Development Co. +972-52-3665918 |
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
