0

I have multiple points and I need to create polygons that consist specific amount of points.

How could i do this?

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
Azejam
  • 1
  • 1
  • He certainly wants to create polygons based on a given points selection ... but what is his logic for grouping these points remains unclear at that stage ... can u elaborate a bit your question ? – Snaileater Mar 21 '19 at 13:28
  • I have thousands of addresses and I want to create polygons with specific amount of addresses (for instance 1000) I know tools like k means clustering or dbscan clustering but i can choose only distance between points (addresses) I would like to chose number of points in polygon – Azejam Mar 25 '19 at 09:11

1 Answers1

0

Group the points like: Grouping points in QGIS?

Then run a convex hull. Vector> Geoprocessing Tools> Convex Hull.

PolyGeo
  • 65,136
  • 29
  • 109
  • 338
HeikkiVesanto
  • 16,433
  • 2
  • 46
  • 68