mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
[processing] improve polar plot algorithm help (fix #16679)
This commit is contained in:
parent
1783394b6b
commit
15a5d91770
@ -327,7 +327,7 @@ qgis:pointstopath:
|
||||
qgis:polarplot: >
|
||||
This algorithm generates a polar plot based on the value of an input vector layer.
|
||||
|
||||
Two fields must be entered as parameters: one that define the category each feature two (to group features) and another one with the variable to plot (this has to be a numeric one)
|
||||
Two fields must be entered as parameters: one that define the category (to group features) and another one with the variable to plot (this has to be a numeric one)
|
||||
|
||||
qgis:poleofinaccessibility: >
|
||||
This algorithm calculates the pole of inaccessibility for a polygon layer, which is the most distant internal point from the boundary of the surface. This algorithm uses the 'polylabel' algorithm (Vladimir Agafonkin, 2016), which is an iterative approach guaranteed to find the true pole of inaccessibility within a specified tolerance (in layer units). More precise tolerances require more iterations and will take longer to calculate.
|
||||
|
Loading…
x
Reference in New Issue
Block a user