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 is developed at the Natural Capital Project to create a programmable, open source, and free Python based GIS processing library to support the InVEST toolset. 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
a suite of raster manipulation functions (warp, align, raster calculator, reclassification, distance transform, convolution, and fast iteration)
a suite of vector based manipulation function (zonal statistics, rasterization, interpolate points, reprojection, and disjoint polygon sets)
a simplified hydrological routing library (d-infinity flow direction, plateau drainage, weighted and unweighted flow accumulation, and weighted and unweighted flow distance)
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.5.0.tar.gz
.
File metadata
- Download URL: pygeoprocessing-0.5.0.tar.gz
- Upload date:
- Size: 511.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2f693f9d2d482254cfc5344d5d2ea87d45ffd4cf81b8a325f4b782763b455c6 |
|
MD5 | c3daf7489c7c3c9ec230864b604ee921 |
|
BLAKE2b-256 | 27c18bc4791be7c57dc913774e4a4344c45f24b50346550f80be63dc7f19b952 |
File details
Details for the file pygeoprocessing-0.5.0-cp27-cp27m-win32.whl
.
File metadata
- Download URL: pygeoprocessing-0.5.0-cp27-cp27m-win32.whl
- Upload date:
- Size: 795.5 kB
- Tags: CPython 2.7m, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | deb32bf07b725f7121c4bea56bca7794553a6b3829ad14d5cc56212e2e867dda |
|
MD5 | 2227e8c6d2f945d7d4b6557d6b9f90d4 |
|
BLAKE2b-256 | c338806d6fabe30906dfdc1ac68a8cd2bb1a5cba963f981d80e5d954658ac8a6 |