Experimental
Creates concave hull polygons around all input feature coordinates.
vector hull boundary
| Name | Description | Required | Default |
|---|---|---|---|
input | Input vector layer. | Required | input.shp |
max_edge_length | Maximum edge length controlling hull detail. | Required | 50.0 |
epsilon | Robustness epsilon (default 1e-9). | Optional | 1e-09 |
output | Output vector path. | Required | — |
Builds a concave hull from all input coordinates.
wbe.concave_hull(epsilon=1e-09, input='input.shp', max_edge_length=50.0, output='concave_hull.shp')