Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/dem-conditioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down