Convert vector types

From GRASS-Wiki
Revision as of 13:21, 10 August 2006 by Neteler (talk | contribs) (v.category)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Q: I want to change closed lines into areas. I tried to convert lines into boundaries with v.type, but now, how to add centroids to turn them into areas?

GRASS 6:

  • Run v.category:
   v.category in=boundaries out=areas option=add