InVEST 3.6.0 documentation
Many of the freshwater models in InVEST require watershed polygons to aggregate the ecosystem service provides to beneficiaries. However, we’ve found the creation of watersheds with existing tools to be difficult and often requiring specific expertise and/or proprietary toolsets. To address this need, we have developed our own watershed delination algorithm released in the PyGeoprocessing GIS package, and wrapped into a UI inside of InVEST. All DEM routing is handled by PyGeoprocessing which resolves plateaus and uses d-infinity to route flow directions.
After installing InVEST, this tool can be found in the start menu under the InVEST folder as a utility called DelinateIT.
All outputs can be found in the Workspace directory given previously. They include:
- watersheds.shp this is a polygon shapefile defining the areas that are upstream from the snapped outlet points; upstream defined by the d-infinity flow algorithm implementation in PyGeoprocessing.
- snapped_outlets.shp this is a point shapefile that indicates where the outlet points were snapped to based on the values of “threshold flow accumulation” and “pixel distance to snap”.
- stream.tif this is the raster stream layer used to snap outlet points.
PyGeoprocessing https://bitbucket.org/richpsharp/pygeoprocessing .. primerend