Is your feature proposal related to a problem?
Iteration over 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.
Describe the solution you'd like to propose
Updating osmnx to use the geoms property
Is your feature proposal related to a problem?
Iteration over multi-part geometries is deprecated and will be removed in Shapely 2.0. Use the
geomsproperty to access the constituent parts of a multi-part geometry.Describe the solution you'd like to propose
Updating osmnx to use the
geomsproperty