Download
Download the Python modules below to use PyRaster functions in your own Python scripts. To download the Quantum GIS plugin visit the qgis plugin page.
Python Modules
> rasterIO - the core of PyRaster
rasterIO.py handles the interactions with files on disk, providing easy to use functions to convert geospatial images to and from numerical matrices. See the tutorials for more.Download: pyraster_rasterIO_v1.1.1.zip
Old version: pyraster_rasterIO_v1.0.2.zip
Dependencies
PyRaster modules require the following libraries:> Numerical Python: Numpy 1.2.1 or greater
> Pyhon bindings for GDAL: python-gdal 1.5.4 or greater
Install intructions (to call module in scripts).
1) Download the module files from the links below.2) Unzip downloaded module file into working directory.
3) Import module in Python script using standard Python import function.
4) See the introduction tutorial for an example.