Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.06 KB

File metadata and controls

25 lines (20 loc) · 1.06 KB

SpatialAnalyzer

The Plugin implements spatial clustering, central tendancy and distribution to perform spatial analysis for Qgis. Users can choose analysis tools and the results will be displayed on the canvas.

Features

  1. Clustering(K-Means, Hierachical, DBScan)
  2. Spatial Central Tendancy(Mean Center, Midian Center, Central Feature)
  3. Spatial Distrubution(Standard Distance, Standard Deviation Ellipse)
  4. Regression(Geographically Weighted Regression)
  5. Dimension Reduction(PCA, t-SNE)

Installation

Install dependencies: Open OSGeo4W Shell installed with QGIS as Administrator and type:

$ python -m pip install --upgrade pip
$ python -m pip install pysal -U
$ python -m pip install scikit-learn -U
$ python -m pip install openTSNE -U

License

The SpatialAnalyzer Plugin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation.

Gallery

SpatialAnalyzer