在ubuntu trusty下安装python的rasterio库

就这些吧。。

apt-get update -y
apt-get install -y  software-properties-common
add-apt-repository ppa:ubuntugis/ppa
apt-get update -y
apt-get install python-dev python-pip python-numpy gdal-bin libgdal-dev
pip install rasterio[s3]>=1.0a12
原文地址:https://www.cnblogs.com/dadream/p/8580771.html