I have a collection of randomly spaced points (uk petrol stations) and I am looking create an evenly spaced version of this point collection, but maintaining the same adjacency relationships. I have attached the uk constituency map, which is a perfect example of how I was thinking to achieve this: by creating voronoi cells and then making all the cells even, but I cannot figure out this step.
I donât see the correlation between a hex grid âconstituency mapâ and âan evenly spaced version of this point collectionâ? Itâs fairly simple to create a hexagonal grid and color it based on point density, though gets slow at higher resolutions.
at this point it might âjustâ (lol) be a matter of relaxing that mesh and make it fit some boundaries (kangaroo â circle packing? will think about that while sleeping)
the thing is: if you exceed with the point-to-point distance, they will of course spread evenly inside their boundary into hexagonal-ish cells
for instance, with the points inside the rectangular boundary you have attached, youâll always end up with an array of hexagons inside a rectangle, exactly like in @Joseph_Oster post
Is this what you are looking for (see attached)? Itâs not totally regular, which seems problematic. Maybe you can map the points back to a hexagrid overlay? Thoughts? forGHforum_edit.gh (51.2 KB)
Cheers for the replies guys, yes that circle packing is very much along the lines of what I had in mind!
Thanks for the hexagon approach too though, although I was looking in this case for the cell number to be the same as the number of points, this is super useful to have learnt.
Grasshopper is so mind-blowing, im only a rookie but already determined to learn as much ASAP. Very appreciative of this great forum to make the otherwise impossible possible.
FYI, the next step for this project is try and create a ânationwide emergency waste strategyâ, creating distribution patterns, with some petrol stations being central hubs surrounded by amounts per % of type of construction waste we produce. This will hopefully produce a âreproductionâ esk animation that grows out of the central hubs. wish me luck. This dense version of the point cloud is for communicating these patterns clearly.