QNEAT3 icon indicating copy to clipboard operation
QNEAT3 copied to clipboard

Wrong description of algorithm "Iso-Area as Pointcloud (from Layer)" in the plugin help

Open anvalanz opened this issue 2 years ago • 0 comments

the description of the algorithm in the plugin help is:

Iso-Area as Pointcloud (from Layer) General: This algorithm implements iso-pointcloud analysis to return all network nodes reachable within a maximum cost level as pointcloud on a given network dataset for a layer of points....

the description of the algorithm on the web page: https://root676.github.io/IsoAreaAlgs.html is the following:

This algorithm extends the capabilities of his little brother above as it queries the networks vertices inside a user-defined cost-range starting from multiple points provided in a point vector layer.....

The former is wrong because the algorithm calculates costs at all vertices and not only at nodes.

anvalanz avatar Feb 08 '24 06:02 anvalanz