mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
31 lines
427 B
ReStructuredText
31 lines
427 B
ReStructuredText
SPATIAL POINT PATTERN ANALYSIS
|
|
==============================
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Points[Vector]``:
|
|
- ``Vertex Distance [Degree][Number]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Mean Centre[Vector]``:
|
|
- ``Standard Distance[Vector]``:
|
|
- ``Bounding Box[Vector]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.runalg('saga:spatialpointpatternanalysis', points, step, centre, stddist, bbox)
|