From 033a0aee1cd47746aa8ba37f9a32023709773a87 Mon Sep 17 00:00:00 2001 From: Jemma Stachelek Date: Mon, 4 Dec 2023 07:35:34 -0800 Subject: [PATCH] doc fix, #168 --- docs/source/configure/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/configure/index.rst b/docs/source/configure/index.rst index 3bb5c3b..d713abf 100644 --- a/docs/source/configure/index.rst +++ b/docs/source/configure/index.rst @@ -79,7 +79,7 @@ Unless you want to download the full global extent, you'll probably need to iden # To download the tile from rabpro import data_utils - data_utils.download_merit_dem("n30w120", your_username, your_password) + data_utils.download_merit_hydro("n30w120", your_username, your_password) Basin statistics ~~~~~~~~~~~~~~~~~~~