-2

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

1 Answers1

1

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
Rodrigo Vargas
  • 626
  • 1
  • 6
  • 21