我有問題在身材勻稱使用距離方法(我懷疑與geos軟件包不兼容)。身材和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)
使用谷歌搜索產生了幾個老職位,這並沒有真正幫助我。
感謝, 拉茲
您是如何安裝GEOS和Shapely的? –
通過下載壓縮文件,做配置,製作和安裝,使用pip,GEOS。 – Raz