Faster way of polygon intersection with shapely
I have a large number of polygons (~100000) and try to find a smart way of calculating their intersecting area with a regular grid cells.
I have a large number of polygons (~100000) and try to find a smart way of calculating their intersecting area with a regular grid cells.