[GRASS-dev] [GRASS GIS] #1818: v.clean: new tool to close lines and turn into area

#1818: v.clean: new tool to close lines and turn into area
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.clean | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------
A potentially useful new tool "polygonizer" in v.clean would do:

Examples:
{{{
+----+
| +
| |
+-----+
}}}

or:

{{{
       +
       |
+-------+
| |
| |
+-----+
}}}

  * 1st case: close open line within threshold
  * 2nd case: break line, remove dangles
  * turn line type into boundary type
  * add centroid + cat

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1818&gt;
GRASS GIS <http://grass.osgeo.org>

#1818: v.clean: new tool to close lines and turn into area
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: svn-trunk
Keywords: v.clean | Platform: All
      Cpu: All |
-------------------------+--------------------------------------------------

Comment(by neteler):

The needed methods may be used from v.edit:

  * break: Break/split vector lines
  * snap: Snap vector features in given threshold
  * connect: Connect two lines
  * chtype: Change feature type (point<->centroid, line<->boundary)

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1818#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>