Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 416 Bytes

installation.rst

File metadata and controls

19 lines (11 loc) · 416 Bytes

Installation

Depends on libgdal, rasterio, fiona, shapely and numpy

Using Ubuntu 14.04:

sudo apt-get install python-numpy libgdal1h gdal-bin libgdal-dev
pip install rasterstats

Or homebrew on OS X:

brew install gdal
pip install rasterstats

For Windows, follow the rasterio installation and then run:

pip install rasterstats