Convert vector types: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(v.category)
(No difference)

Revision as of 13:21, 10 August 2006

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