QGIS Python Plugins Repository
spatialJoin
This plugin is deprecated!
The plugin is aimed to perform spatial joins dynamically, without creating a new table, using expression fields and refFunctions plugin (needed as dependency). All the standard topological condition are available (intersection, within, touches ....)
The new plugin called "SpatialJoin" is aimed to perform spatial joins without creating a new table, using the full set of available tolological condition. The plugin, using the "refFunction" expressions extension, needed as dependency, creates a expression spatial key field ("spjoin_rif") based on reference functions and joins the desidered fields with a value by id function in expression fields as well.The result is a complete dynamic table that resolvs spatial joins on the fly, evaluating the current layers features. Dynamic joins are very computational insensive, so it's recomended to test them with small datasets to avoid long waiting for results. For large datasets please consider other tools like Processing or Virtual layers
- Author
- Enrico Ferreguti
- Maintainer
- enricofer
- Tags
- intersection , join , spatial , nearest , spatial join , vector. attributes , within , touches , relations , expression fields , reffunctions , joins , spatialjoin
- Plugin home page
- http://geogear.wordpress.com
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/enricofer/spatialJoin
- Latest stable version
- 1.1
- Plugin ID
-
665