ProximitySelector is a QGIS plugin that selects geometries based on their proximity. Users input a distance, and the plugin selects geometries with another geometry within that distance. It can apply the selection to all or only selected features.
- Download the plugin as a .zip file.
- Open QGIS.
- Go to
Plugins > Manage and Install Plugins... > Install from ZIP
. - Browse to the location of the downloaded .zip file and click
Install Plugin
.
- Open QGIS and load your layer.
- Go to
Plugins > ProximitySelector
. - In the
ProximitySelector
dialog, select your input layer from theInput layer
dropdown. - Input your desired buffer distance in the
Buffer distance (meters)
field. - Check the
Apply only to selected features
box if you want to apply the selection only to currently selected features. - Click
Run
. - The plugin will create a new layer with the selected geometries.
This project is licensed under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.