GOSTNets 用于网络分析的Python 建立,处理和分析网络。 GOSTNets建立在geopandas,networkx,osmnx和peartree之上。 安装 最终,我们将在pip和conda上提供该工具,但是现在,请使用此存储库中的setup.py 从PyPi conda create --name test python=3.6 conda activate test conda install -c conda-forge rtree geopandas rasterio geojson pip install GOSTnets 从来源 conda create --n