I'm looking for some advice to get me started on creating a workflow. I'm an intermediate FME user but this problem has got me stumped!
I'm dealing with roughly 100 areas that require tree planting. Each planting area will be a different size depending on the environment. Once each area is planted, we need to monitor 20% of the area to determine the success rate. The monitoring plots are 10 x 10 metres, so area of 100 sqm.
The plots need to be placed at random and I need to find out how many monitoring plots can be fit wholly within a planting area where the total area of the plots is at least 20% of the total planting area. For example, if the planting area is 3000sqm, I would need to assign 6 x plots.
20% of 3000 is 600. 600sqm would be 6 x plots.
Any help or advice would be appreciated.

A problem with this flow would be that if the first couple of plots are placed awkwardly, the rest of the plots won't fit anymore. To overcome this you would have to maybe give the RandomNumberGenerators more restrictions, but this would remove some randomness.

