Skip to content

__getitem__ for multi-part geometries (depracated) #2

Description

@jtgilbert

__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]

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions