This repository contains scripts, models and other QGIS resources that can be used from the QGIS Resource Sharing plugin
- Spatial Homogeniety Test: Processing model for Spatial Homogeneity Testing of Raingauge Data with Advanced QGIS Expressions
- Split Polygons: Processing model for Split Polygons into Equal Parts using QGIS
- Connect to Nearest Node: Processing model demonstrating a solution for Spatial Analysis Challenge: Connect Buildings to Nearest Point on the Road.
- Smooth Polygons: Processing model to smooth voronoi polygons.
- Fix Transects: Processing model demonstration a solution for Spatial Analysis Challenge: Fix Line Transects
- Constrained K-Means Clustering: Processing script for K-Means Clustering with Equal Sized Clusters in QGIS
- Equidistance Buffer: Processing script for Approximating Geodesic Buffers in QGIS
- Snap to Roads: Processing script for Snapping GPS tracks to Roads using QGIS and OSRM
- Attribute Iterator: Processing script to iterate over all attributes of a vector layer and create an Attribute Index.
- Conditional Spatial Join: Processing script to do a spatial join and aggregate features based on a condition. video explanation
- Install the QGIS Resource Sharing plugin.
- Once installed, launch the plugin from Plugins → Resource Sharing → Resource Sharing. Switch to the Settings tab and click Add Repository.
- Name the repositry as
Spatial Thoughts Resources
and enter the URL ashttps://github.com/spatialthoughts/qgis-resource-sharing.git
- Switch to the All Collections tab and search for
SpatialThoughts
. Once you find the collection, click Install.
- Once installed, you will see new Models and Scripts in your Processing Toolbox.