How to calculate intersection between two polygon shapefiles in pyqgis?
Answers
Answered by
0
Answer:
With PyQGIS code, this is possible by using 'unary_union' and 'polygonize' methods from shapely python module. All intersections are saved as features of a polygon memory layer. Complete code is:
Similar questions