From 4ff96db768702014d0dc2e67ecff45c33f5e3c15 Mon Sep 17 00:00:00 2001 From: nkorinek Date: Thu, 13 Jul 2023 17:52:43 -0600 Subject: [PATCH] Added doc string for file_name argument --- earthpy/io.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/earthpy/io.py b/earthpy/io.py index ca53e508..954b73c8 100644 --- a/earthpy/io.py +++ b/earthpy/io.py @@ -173,6 +173,9 @@ def get_data( already downloaded. verbose : bool Whether to print verbose output while downloading files. + file_name : string + Change the file name of files downloaded from urls. Can't be used + with key downloads. Returns -------