Skip to content

Commit

Permalink
Adding a DOI to the slope citation.
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh committed Jun 24, 2024
1 parent 5e9fc84 commit e79d2cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pygeoprocessing/geoprocessing_core.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ def calculate_slope(
"""Create a percent slope raster from DEM raster.
Base algorithm is from Zevenbergen & Thorne "Quantitative Analysis of Land
Surface Topography" 1987 although it has been modified to include the
diagonal pixels by classic finite difference analysis.
Surface Topography" 1987 (https://doi.org/10.1002/esp.3290120107) although
it has been modified to include the diagonal pixels by classic finite
difference analysis.
For the following notation, we define each pixel's DEM value by a letter
with this spatial scheme::
Expand Down

0 comments on commit e79d2cd

Please sign in to comment.