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:

Requirements

Note the pip-installable requirements in requirements.txt are for best results, but older package versions may also work. If necessary, PyGeoprocessing can be installed without dependencies with pip install --no-deps.

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-1.0.0.tar.gz (463.8 kB view details)

Uploaded Source

Built Distribution

pygeoprocessing-1.0.0-cp27-cp27m-win32.whl (227.5 kB view details)

Uploaded CPython 2.7m Windows x86

File details

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

File metadata

File hashes

Hashes for pygeoprocessing-1.0.0.tar.gz
Algorithm Hash digest
SHA256 6a178ae848c3dad1644fa2332d935fb9d8c1252ca672f7b4a40edf5c60118592
MD5 00cca2bd21f1bfa112fe3cdfe006b838
BLAKE2b-256 c43360ce47b4183029673909819ca685602e2f4de7f3261a257753fdf91b0588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pygeoprocessing-1.0.0-cp27-cp27m-win32.whl
Algorithm Hash digest
SHA256 e12e7a1cae93be010f15b2eb79b7bc4a79cf07196fc1c93a81d7d3edc5d0bd01
MD5 56feaf400529a968868268dfdcad3dd3
BLAKE2b-256 b4800a65eeccf00e7ffa371f00d1bf1d24105bb4af585112b3b675744bd576cf

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