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
History
0.1.8 (2015-04-13)
Fixed an issue on reclassifying signed byte rasters that had negative nodata values but the internal type stored for vectorize datasets was unsigned.
0.1.7
Package logger objects are now identified by python heirarchical package paths (e.g. pygeoprocessing.routing)
Fixed an issue where rasters that had undefined nodata values caused striping in the reclassify_dataset_uri function.
0.1.6 (2015-03-24)
Fixing LICENSE.TXT to .txt issue that keeps reoccuring.
0.1.5 (2015-03-16)
Fixed an issue where int32 dems with INT_MIN as the nodata value were being treated as real DEM values because of an internal cast to a float for the nodata type, but a cast to double for the DEM values.
Fixed an issue where flat regions, such as reservoirs, that could only drain off the edge of the DEM now correctly drain as opposed to having undefined flow directions.
0.1.4 (2015-03-13)
Fixed a memory issue for DEMs on the order of 25k X 25k, still may have issues with larger DEMs.
0.1.3 (2015-03-08)
Fixed an issue so tox correctly executes on the repository.
Created a history file to document current and previous releases.
Created an informative README.rst.
0.1.2 (2015-03-04)
Fixing issue that caused “LICENSE.TXT not found” during pip install.
0.1.1 (2015-03-04)
Fixing issue with automatic versioning scheme.
0.1.0 (2015-02-26)
First release on PyPI.
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.1.8.zip
.
File metadata
- Download URL: pygeoprocessing-0.1.8.zip
- Upload date:
- Size: 529.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 214c482eb39002a06d9b26aa7629f378b095c8c3031bdbf70b4dbed79826d6b4 |
|
MD5 | e70dad2f57541a6db6d7c7abc6220e0f |
|
BLAKE2b-256 | 5c8ca531fa97a456a89b5ce338567d04b3aac5eba658f757a257fa4836b1abcf |
File details
Details for the file pygeoprocessing-0.1.8-cp27-none-win32.whl
.
File metadata
- Download URL: pygeoprocessing-0.1.8-cp27-none-win32.whl
- Upload date:
- Size: 804.4 kB
- Tags: CPython 2.7, Windows x86
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 919084d3e32b4f6280bb201bf40be1e23d8a2fa695b31a5169b746b25da7e77f |
|
MD5 | bea766cb5eeee4e7e5d91d3c4da010b2 |
|
BLAKE2b-256 | 6947c7321d0f828c69b75b841abc4956639efe7024f94dd14b097de5def9979d |