Skip to content

Commit

Permalink
Remove redundant algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 3, 2017
1 parent 85cd1c1 commit 95eab51
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 615 deletions.
13 changes: 0 additions & 13 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -43,9 +43,6 @@ qgis:basicstatisticsforfields: >
qgis:boundary: >
Returns the closure of the combinatorial boundary of the input geometries (ie the topological boundary of the geometry). For instance, a polygon geometry will have a boundary consisting of the linestrings for each ring in the polygon. Only valid for polygon or line layers.

qgis:boundingboxes: >
This algorithm calculates the bounding box (envelope) of each feature in an input layer.

qgis:buildvirtualvector: >
This algorithm creates a virtual layer that contains a set of vector layer.

Expand Down Expand Up @@ -76,11 +73,6 @@ qgis:convertgeometrytype: >

See the "Polygonize" or "Lines to polygons" algorithm for alternative options.

qgis:convexhull: >
This algorithm computes the convex hull of features in a layer.

If a field is specified, it will divide the features into classes based on that field, and compute a separate convex hull for the features in each class.

qgis:countpointsinpolygon: >
This algorithm takes a points layer and a polygon layer and counts the number of points from the first one in each polygons of the second one.

Expand Down Expand Up @@ -356,11 +348,6 @@ qgis:offsetline: >

The miter limit parameter is only applicable for miter join styles, and controls the maximum distance from the offset curve to use when creating a mitered join.

qgis:orientedminimumboundingbox: >
This algorithm takes a vector layer and generate a new one with the minimum rectangle that covers all the input features.

As an alternative, the output layer can contain not just a single rectangle, but one for each input feature, representing the minimum rectangle that covers each of them.

qgis:minimalenclosingcircle: >
This algorithm takes a vector layer and generate a new one with the minimum enclosing circle that covers all the input features.

Expand Down
75 changes: 0 additions & 75 deletions python/plugins/processing/algs/qgis/BoundingBox.py

This file was deleted.

191 changes: 0 additions & 191 deletions python/plugins/processing/algs/qgis/ConvexHull.py

This file was deleted.

0 comments on commit 95eab51

Please sign in to comment.