Nyall Dawson 4fe72dd84f [processing] Add algorithms to filter parts by length/area
These new algorithms "Remove parts by length" and
"Remove parts by area" filter out parts of geometries from
a vector layer, by checking their area or length vs
a minimum size parameter.

If the input geometry is a multipart geometry, then the parts
will be filtered by their individual sizes. If no parts match the
required minimum size, then the feature will be skipped and
omitted from the output layer.

If the input geometry is a singlepart geometry, then the feature
will be skipped if the geometry's size is below the required size
and omitted from the output layer.

Attributes are not modified.
2025-07-10 17:42:30 +12:00
..
2025-06-24 16:38:21 +12:00
2024-12-17 02:33:45 +01:00
2025-06-29 23:04:38 +00:00
2024-11-29 15:38:02 +01:00
2024-11-29 15:38:02 +01:00