Skip to main content

PyGeoprocessing: Geoprocessing routines for GIS

Project description

About PyGeoprocessing

test_coverage_badge

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

pygeoprocessing-0.4.3.tar.gz (510.7 kB view details)

Uploaded Source

Built Distribution

pygeoprocessing-0.4.3-cp27-cp27m-win32.whl (794.8 kB view details)

Uploaded CPython 2.7m Windows x86

File details

Details for the file pygeoprocessing-0.4.3.tar.gz.

File metadata

File hashes

Hashes for pygeoprocessing-0.4.3.tar.gz
Algorithm Hash digest
SHA256 cf500182a8dd2a0188cec04087f347749794167f184942c9a0bee5b4c17328c0
MD5 acf5601180cd221864e54f597190d208
BLAKE2b-256 7626e19a5abc5a7c94ced4aac45f8fe7a7999723f53da19c2329c02b8debb57b

See more details on using hashes here.

File details

Details for the file pygeoprocessing-0.4.3-cp27-cp27m-win32.whl.

File metadata

File hashes

Hashes for pygeoprocessing-0.4.3-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 5a0f9b00b901f4a9a9e060b036b1744451a5c5116283b749d206d90daffcca3a
MD5 81ea51ac0d2cb0b81c705c0b881803f3
BLAKE2b-256 e7cf0fff7831c69aa209eee330b1571194d38697dd2ee331efc3ba5988337d48

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page