Now I have two shapes of polygons, how to get the intersection area of them?
I tried: interShp = Shp1.intersection(shp2), but it does not work.
Thanks in advance.
I tried: interShp = Shp1.intersection(shp2), but it does not work.
Thanks in advance.