Break polygon into smaller ones
I am working with geodjango and I want to split a 2D rectangular polygon into smaller ones.
My input is a large rectangle and I want to split it into smaller rectangles. The sum of the smaller rectangles must be the original rectangle.
All sub-elements must be the same size.
How can i do this?
Thanks.
+2
a source to share