Does anyone know if there is a tool to make polygons (perimeter) from a cluster of points but defining a certain distance using QGIS?
Like Aggregate points (cartography) using Arcmap
Does anyone know if there is a tool to make polygons (perimeter) from a cluster of points but defining a certain distance using QGIS?
Like Aggregate points (cartography) using Arcmap
I think the less complicated way is to make a convex hull:
vector > geoprocessing tools > convex hull
And then a buffer of the convex hull output with the distance required:
vector > geoprocessing tools > buffer