gpt4 book ai didi

python - 如何查找 Shapely LineString 是否复杂(即自相交)

转载 作者:太空宇宙 更新时间:2023-11-04 02:25:23 26 4
gpt4 key购买 nike

要么我遗漏了什么——我在文档中看不到它——或者它不是 Shapely 的内置:我如何确定 LineString 是否复杂,即自相交?

最佳答案

它的基类 class shapely.geometry.base.BaseGeometry 有一个选项 is_simple,表示

True if the geometry is simple, meaning that any self-intersections are only at boundary points, else False

http://toblerity.org/shapely/shapely.geometry.html#shapely.geometry.base.BaseGeometry

line = LineString([(0, 0), (1, 1)])
line.is_simple

关于python - 如何查找 Shapely LineString 是否复杂(即自相交),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50518579/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com