Computer Science, asked by lalitranka3291, 9 months ago

How to calculate intersection between two polygon shapefiles in pyqgis?

Answers

Answered by itzBrainlyBoy
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