我最近听说了Geopandas,我很有兴趣学习使用它作为基本地质处理操作(多边形的空间连接点、相交多边形等)的替代ArcPy。我已经安装了Geopandas及其依赖项(gdal、shapely、fiona和pyproj)。我找到了一个关于空间连接()的Geopandas教程,我一直在“两个GeoDataFrames之间的空间连接”下学习这个教程。前4行导入必要的模块:from shapely.geometry import Point
from geopandas import GeoDataFra
我已经尝试了geopandas的documentation中的所有安装方法,但都不起作用。conda install geopandas给出 UnsatisfiableError: The following specifications were found to be incompatible使用conda创建了一个新环境: Package python conflicts for:geopandas -> python[version='2.7.*|3.5.*|3.6.://do