QGIS Python Plugins Repository
Scipy Point Clustering
This plugin implements clustering for point data using the scipy module.
This plugin implements point custering in scipy and add a label integer
field to the feature class for the clustered data. Both hierarchical and
k-means clustering are implemented.
This is a Procesing plugin (actuvated automatically) and can be found in
the processing toolbox.
Please note that there are memory limitations in hierarchical clustering -
the space required to create the clusters is O(n^2), which means that
larger datasets will run out of memory fast. As such there is a plugin
setting in the Processing options that sets the upper limit of points to
process, by default set at 10,000. K-means is much more forgiving in terms
of memory, so the limit is not enforced in those algorithms.
All credit to the scipy team for the original implementation of the cluster
algorithms.
Jones E, Oliphant E, Peterson P, et al. SciPy: Open Source Scientific
Tools for Python, 2001-, http://www.scipy.org/ [Online].
seagull by Lane F. Kinkade from the Noun Project
https://thenounproject.com/term/seagull/166081
- Author
- Henry Walshaw
- Maintainer
- spatialvision
- Tags
- vector
- Plugin home page
- https://github.com/SpatialVision/qgis_scipy_clustering
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/SpatialVision/qgis_scipy_clustering
- Latest experimental version:
- 0.2
- Plugin ID
-
964
Version | Experimental | Min QGIS version | Max QGIS version | Downloads | Uploaded by | Date |
---|---|---|---|---|---|---|
0.2 | yes | 2.0.0 | 2.99.0 | 9337 | spatialvision | 2016-03-19T11:43:55.494301+00:00 |
0.1 | yes | 2.0.0 | 2.99.0 | 881 | spatialvision | 2016-03-18T16:32:37.689825+00:00 |