- cascaded_union() method will be deprecated in Shapely 1.8 in favor of unary_union; replaced the usage of cascaded_union with unary_union in all the app
This commit is contained in:
@@ -17,7 +17,7 @@ from copy import deepcopy
|
||||
# import numpy as np
|
||||
# import math
|
||||
|
||||
# from shapely.ops import cascaded_union
|
||||
# from shapely.ops import unary_union
|
||||
from shapely.geometry import Point, LineString
|
||||
|
||||
from matplotlib.backend_bases import KeyEvent as mpl_key_event
|
||||
|
||||
Reference in New Issue
Block a user