https://github.com/mundialis/v.rmarea
GRASS GIS addon to conditionally remove small areas
https://github.com/mundialis/v.rmarea
grass-addon grass-gis vector
Last synced: 3 months ago
JSON representation
GRASS GIS addon to conditionally remove small areas
- Host: GitHub
- URL: https://github.com/mundialis/v.rmarea
- Owner: mundialis
- License: gpl-3.0
- Created: 2024-09-23T08:42:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-06T16:45:57.000Z (4 months ago)
- Last Synced: 2026-02-07T00:45:27.873Z (4 months ago)
- Topics: grass-addon, grass-gis, vector
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `v.rmarea` - Removing small areas
`v.rmarea` removes small areas similar to official GRASS Module [`v.clean`](https://grass.osgeo.org/grass-stable/manuals/v.clean.html).
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.