pygeoprocessing 2.4.5
0
PyGeoprocessing: Geoprocessing routines for GIS
Contents
PyGeoprocessing: Geoprocessing routines for GIS
Stars: 76, Watchers: 76, Forks: 8, Open Issues: 42The natcap/pygeoprocessing
repo was created 4 years ago and the last code push was Yesterday. The project is moderately popular with 76 github stars!
How to Install pygeoprocessing
You can install pygeoprocessing using pip
pip install pygeoprocessing
or add it to a project with poetry
poetry add pygeoprocessing
Package Details
- Author
- None
- License
- In this license, "Natural Capital Project" is defined as the parties of the Board of Trustees of the Leland Stanford Junior University, The Nature Conservancy, World Wildlife Fund Inc., and the Regents of the University of Minnesota. This tool has an open license. All people are invited to use the tool under the following conditions and terms: Copyright (c) 2021, Natural Capital Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Natural Capital Project nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- Homepage
- https://github.com/natcap/pygeoprocessing
- PyPi:
- https://pypi.org/project/pygeoprocessing/
- GitHub Repo:
- https://github.com/natcap/pygeoprocessing
Classifiers
- Scientific/Engineering/GIS
Related Packages
Errors
A list of common pygeoprocessing errors.
Code Examples
Here are some pygeoprocessing
code examples and snippets.
GitHub Issues
The pygeoprocessing package has 42 open issues on GitHub
zonal_statistics
slow on polygons that overlap nodata- handle
numpy
dtypes for scalar values such as inSetNoDataValue()
- GDAL 3.7 changes behavior for signed bytes
- Broken tests:
TypeError: issubclass() arg 1 must be a class
- Implement
raster_map
warp_raster
is missing an option to specify the overview level- Proposal:
raster_calculator
wrapper