I am working on an application, where I have shapefiles (.shp
).
I have read those shapes into my PostgreSQL database and I can show those shape coordinates over Google Map.
Now I'm having a use-case, I need to divide these LGA (Local Governance Area) into sub area (like divide an LGA into 10km2 sub-area).
Does anyone have any idea how can I do this using Python/Django/GeoDjango?