Is there an algorithm, you can suggest or recommend, that I can implement to intersect multiple vector layers?
I have a few hundred layers I want to intersect and thinking of developing a little QGIS python script to solve it (it doesn't have to be QGIS). All the layers are of the same geometric type of either polyline or polygon.
I am aware that I can intersect them two at a time but perhaps it's more efficient to implement a mechanism that intersects all these layers at the same time?
أكثر...
I have a few hundred layers I want to intersect and thinking of developing a little QGIS python script to solve it (it doesn't have to be QGIS). All the layers are of the same geometric type of either polyline or polygon.
I am aware that I can intersect them two at a time but perhaps it's more efficient to implement a mechanism that intersects all these layers at the same time?
أكثر...