Hi,
I am working with geodjango and I want to breakup a 2D Rectangular Polygon into smaller ones.
My input is a big rectangle and I want to subdivide it in smaller rectangles. The sum of the smaller rectangles must be the original rectangle.
All subrectangles should be equal size.
How can I do that?
Thank you.