Skip to content

Commit

Permalink
Complete points to paths port
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros authored and nyalldawson committed Jan 18, 2021
1 parent 7473e84 commit 43e673a
Show file tree
Hide file tree
Showing 5 changed files with 96 additions and 250 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -218,11 +218,6 @@ qgis:minimalenclosingcircle: >
qgis:pointsdisplacement: >
Offsets nearby point features by moving nearby points by a preset amount to minimize overlapping features.

qgis:pointstopath: >
Converts a point layer to a line layer, by joining points in a defined order.

Points can be grouped by a field to output individual line features per group.

qgis:polarplot: >
This algorithm generates a polar plot based on the value of an input vector layer.

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

This file was deleted.

2 changes: 0 additions & 2 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -58,7 +58,6 @@
from .PointDistance import PointDistance
from .PointsDisplacement import PointsDisplacement
from .PointsFromLines import PointsFromLines
from .PointsToPaths import PointsToPaths
from .PolarPlot import PolarPlot
from .PostGISExecuteAndLoadSQL import PostGISExecuteAndLoadSQL
from .RandomExtractWithinSubsets import RandomExtractWithinSubsets
Expand Down Expand Up @@ -127,7 +126,6 @@ def getAlgs(self):
PointDistance(),
PointsDisplacement(),
PointsFromLines(),
PointsToPaths(),
PolarPlot(),
PostGISExecuteAndLoadSQL(),
RandomExtractWithinSubsets(),
Expand Down

0 comments on commit 43e673a

Please sign in to comment.