I would like to fill polygons with Circles of a designated size. Basically show me how many full circles will fit inside each polygon.
This is of course related to figuring out a maximum number of people could physically fit within the various areas of our airport and maintain a certain level of physical distancing. I could figure out some methods using the Tiler transformer but these would be squares and will impact the results.
Here is a link to someone else who was trying to figure out the same issue.