赞
踩
rasterio依赖很多第三方库,我们按下面的顺序依次安装即可。
- pyproj
- Shapely
- GDAL==3.1.4
- Fiona==1.8.18
- geopandas
- rasterio==1.1.8
通过这个网址下载第三方库rasterio:
- # 下载GDAL
- https://www.lfd.uci.edu/~gohlke/pythonlibs/
-
- # 下载rasterio
- https://www.lfd.uci.edu/~gohlke/pythonlibs/#rasterio
注:其实只要先安装GDAL、在安装rasterio即可安装成功。
这个好像有版本对应,GDAL==3.0.4对应rasterio==1.1.4,GDAL==3.1.4对应rasterio==1.1.8,GDAL==3.4.5对应rasterio==1.2.10
rasterio库github地址:https://github.com/rasterio/rasterio
rasterio库稳定版文档帮助:Rasterio: access to geospatial raster data — rasterio documentation
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。