Project: QGIS

Version: 3.0.0

Feature: New algorithm to extract specific nodes

This algorithm allows you to extract specific nodes from geometries. Eg you can extract the first or last node in the geometry.

The algorithm accepts a comma separated list of node indices to
extract, eg 0 = first node, 1 = second node, etc. Negative indices
can be used to extract nodes from the end of the geometry. Eg
-1 = last node, -2 = second last node.

This feature was funded by North Road

This feature was developed by Nyall Dawson (North Road)