
# Mandatory items:

[general]
name=GroupPointsWithinDistance
qgisMinimumVersion=3.0.0
category=Vector
description= This plugin for QGIS 3.x regroup all points linked one to another because they are within a given distance from one another, it gives them a commun aggregate id attribute.This plugins pick a point, the first of the aggregate, and seek, in the distance of research chosen by the user, another one. If this second point is found, is added to the aggregate and the loop starts again untill no more points are added.The plugin loop untill all points are treated. This plugin also produces a line layer and a polygon layer to overlap the points and visualize the aggregates.
about= This plugin was meant to group very nearby faunistic fields observations from different date and observers in order to produce "sites"  of presence.

version=0.0.2


# Optional items:

changelog: 0.0.2  forced EPSG 2154 projection bug fixed


tags= Tools, Points, Aggregate, Group , Python,  QGIS
homepage= https://github.com/tomflyjc/GroupPointsWithinDistance
tracker=https://github.com/tomflyjc/GroupPointsWithinDistance/issues
repository=https://github.com/tomflyjc/GroupPointsWithinDistance
icon=icons/GroupPointsWithinDistance1.png 
experimental=True
deprecated=False

# Author contact information
author=Jean-Christophe BAUDIN
email=jeanchristophebaudin@ymail.com

class_name=GroupPointsWithinDistance
