首先我們需要安裝Anaconda軟件,使用 conda 命令行安裝:
conda install -c conda-forge geopandas # 輸入命令進行安裝
其次我們還可以使用pip命令進行安裝:
pip install geopandas
使用Geopandas時需要使用的第三方包:
- geopy 0.99 (optional; for geocoding)
- psycopg2 (optional; for PostGIS connection)
- rtree (optional; spatial index to improve performance)