__getitem__ for multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the 'geoms' property to access the constituent parts of a multi-part geometry. for j in range(len(dif[i].exterior.xy[0])):
__getitem__ for multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the 'geoms' property to access the constituent parts of a multi-part geometry. dif_coords_x = dif[i].exterior.xy[0][j]
__getitem__ for multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the 'geoms' property to access the constituent parts of a multi-part geometry. for j in range(len(dif[i].exterior.xy[0])):__getitem__ for multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the 'geoms' property to access the constituent parts of a multi-part geometry. dif_coords_x = dif[i].exterior.xy[0][j]