我在匀称地使用距离方法时遇到问题(我怀疑与 geos 包不兼容)。
以下代码:
from shapely.geometry import Point
print Point(0,0).distance(Point(1,1))
创建以下错误:
python: GeometryComponentFilter.cpp:34: virtual void geos::geom::GeometryComponentFilter::filter_ro(const geos::geom::Geometry*): Assertion `0' failed.
Aborted (core dumped)
我正在运行 CentOS 6、python 2.6、geos 3.4.2(尽管它创建了从 libgeos_c 到 1.8.2 的链接)
谷歌搜索它产生了一些并没有真正帮助我的旧帖子。
谢谢,拉兹