I have a project with two layers:
- A work area as a single polygon
- A set of points all contained in the previous area
I would like to divide the original area into 5 polygons/features that all contain the same amount of points from the second layer.
So far the closest thing I found was the answer to How to group points in QGIS? which suggests using the Concave Hull plugin but I haven't found a way to specify how many groups I want with that tool.
So, what I would like to end up with is 5 polygons that contain 116 or 117 points each and which ideally cover only the pink area.
If you would like to try with my data, it can be accessed here.

I see this problems
Even when I try selecting all the points the resulting hull does not cover all of the original area https://i.stack.imgur.com/vCBa9.png
The points only have an ID and they are not ordered in space so when selecting through the attribute table I basically get spatialy random points [2]: https://i.stack.imgur.com/4epkM.png
This is sort of what I would like to get, only I cut those differently coloured parts by hand ignoring the points https://i.stack.imgur.com/Urtfi.png
– Edsonytic Oct 18 '16 at 04:38