Skip to content

Commit

Permalink
Merge pull request #96 from richpsharp/master
Browse files Browse the repository at this point in the history
fixing indention error in history and adding the description content …
  • Loading branch information
phargogh authored May 19, 2020
2 parents 05b1114 + dd858a0 commit 59196ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ Release History
* Removed most of the `pygeoprocessing.testing` module and added the following
convenience functions to ``pygeoprocessing``, which should not be used
for production code but are useful for testing and scripting:

* ``raster_to_numpy_array`` - read a single band of a raster into a ``numpy``
array, runs the risk of memory error if the raster is too large.
* ``numpy_array_to_raster`` - writes a ``numpy`` array to a raster on disk.
* ``shapely_geometry_to_vector`` - creates a vector from a list of
``Shapely`` geometry.

* Fixed an issue in ``flow_dir_mfd`` that would cause invalid flow directions
on DEMs that had very small numerical delta heights.
* Fixes an issue in ``convolve_2d`` that would occasionally cause undefined
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
name='pygeoprocessing',
description="PyGeoprocessing: Geoprocessing routines for GIS",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/x-rst',
maintainer='Rich Sharp',
maintainer_email='[email protected]',
url='https://github.com/natcap/pygeoprocessing',
Expand Down

0 comments on commit 59196ce

Please sign in to comment.