Good morning all
I have a few thousand irregular shaped polygons of varying area. I want
to split the polygons based on their area, ie based on a factor of 4000
square metres. I can get the divisor, that varies between 2 and 79, but
I have run into a bit of a brick wall on the approach to divide the
polygons based on the divisor. i.e. a polygon of 8100 square metres
would be divided by 2, a polygon of 15000 square metres would be
divided by 3 etc.
I did think of the approach of using a grid but ran into a bit of a
brick wall.
Any ideas or advice would be most welcome.
Regards Garry