PyGeoprocessing: Geoprocessing routines for GIS
Project description
About PyGeoprocessing
PyGeoprocessing is a Python/Cython based library that provides a set of commonly used raster, vector, and hydrological operations for GIS processing. Similar functionality can be found in ArcGIS/QGIS raster algebra, ArcGIS zonal statistics, and ArcGIS/GRASS/TauDEM hydrological routing routines.
PyGeoprocessing was developed at the Natural Capital Project to create a programmable, open source, and free GIS processing library to support the ecosystem service software InVEST. PyGeoprocessing’s design prioritizes computation and memory efficient runtimes, easy installation and cross compatibility with other open source and proprietary software licenses, and a simplified set of orthogonal GIS processing routines that interact with GIS data via filename. Specifically the functionally provided by PyGeoprocessing includes
programmable raster algebra routine (vectorize_datasets)
routines for simplified raster creation and statistics
integration with vector based geometry in many of the routines
- a simplified hydrological routing library including,
d-infinity flow direction
support for plateau drainage
weighted and unweighted flow accumulation
and weighted and unweighted flow distance
Dependencies include
cython>=0.20.2
numpy>=1.8.2
scipy>=0.13.3
shapely>=1.3.3
gdal>=1.10.1
Installing PyGeoprocessing
$ pip install pygeoprocessing
If you import pygeoprocessing
and see a ValueError: numpy.dtype has the
wrong size, try recompiling
, this is the result of a version compatibility
issue with the numpy ABI in the precompiled pygeoprocessing binaries.
The solution is to recompile pygeoprocessing on your computer:
$ pip uninstall -y pygeoprocessing
$ pip install pygeoprocessing --no-deps --no-binary :all:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygeoprocessing-0.3.1.zip
.
File metadata
- Download URL: pygeoprocessing-0.3.1.zip
- Upload date:
- Size: 123.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36cda671e2d560e7a8587920ddc78ab5853a780e33f8c2b99d553537e499d2da |
|
MD5 | ced82a7c1414f2a4d01c8c69e6de07aa |
|
BLAKE2b-256 | 2d4309246c625f21d7240f39c6df06554bcc0dd32672ba5bdbae6d387db1860a |
File details
Details for the file pygeoprocessing-0.3.1-cp27-cp27m-win32.whl
.
File metadata
- Download URL: pygeoprocessing-0.3.1-cp27-cp27m-win32.whl
- Upload date:
- Size: 336.6 kB
- Tags: CPython 2.7m, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a46ee42e4c6cdce5f6f84e206248a91068ccb1053cc1a83da793f922a989cfc |
|
MD5 | b72704f7a0bde668b74ca986ab1b2512 |
|
BLAKE2b-256 | aab9ad47a933b055f40f13cf1d577b89aaf8cd390447ac542049108985467d4c |