From 6343d1c8104c0de941d9c4fdd0d78a17886952b5 Mon Sep 17 00:00:00 2001 From: Thomas Grandjean Date: Thu, 24 Nov 2022 13:59:42 +0100 Subject: [PATCH] Update dem-conditioning.md Fixes typos in documentation (pits vs. depressions) --- docs/dem-conditioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dem-conditioning.md b/docs/dem-conditioning.md index bcf707e..b6e8271 100644 --- a/docs/dem-conditioning.md +++ b/docs/dem-conditioning.md @@ -47,7 +47,7 @@ plt.tight_layout() ![Unconditioned DEM](https://s3.us-east-2.amazonaws.com/pysheds/img/roi_raw_dem.png) ### Detecting pits -Pits can be detected using the `grid.detect_depressions` method: +Pits can be detected using the `grid.detect_pits` method: ```python # Detect pits @@ -75,7 +75,7 @@ plt.tight_layout() ### Filling pits -Pits can be filled using the `grid.fill_depressions` method: +Pits can be filled using the `grid.fill_pits` method: ```python # Fill pits