Only remove areas along boundaries of reference areas
At least one neighboring area must have selected attributes different from the current area
--overwrite
Allow output files to overwrite existing files
--help
Print usage summary
--verbose
Verbose module output
--quiet
Quiet module output
--ui
Force launching GUI dialog
Parameters:
input=name[required]
Name of input vector map
Or data source for direct OGR access
layer=string
Layer number or name
Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
Default: 1
cats=range
Category values
Example: 1,3,7-9,13
where=sql_query
WHERE conditions of SQL statement without 'where' keyword
v.rmarea removes small areas similar to v.clean.
The main difference is that small areas are merged with a neighboring area
with identical attributes in the specified columns.
An error map is optionally written which stores the erroneous
geometries.
The rmarea tool attempts to remove areas <= thresh. The
longest boundary with an adjacent area with identical attributes is removed.
If there is no adjacent area with identical attributes, the area is left unchanged,
even if it is smaller than thresh.
Threshold must always be in square meters, also for latitude-longitude
projects or projects with units other than meters.
The user does not have to run v.build
on the output vector, unless the -b flag was used. The
-b flag affects only the output vector -
topology is always built for error vector.
David Gerdes, U.S. Army Construction Engineering Research Laboratory
Radim Blazek, ITC-irst, Trento, Italy
Martin Landa, FBK-irst (formerly ITC-irst), Trento, Italy
Markus Metz, mundialis