Skip to content

Commit

Permalink
Remove erroneously-documented parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Feb 7, 2025
1 parent 4ca2067 commit 84813e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions earthaccess/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,7 @@ def open(
If a list of URLs is passed, we need to specify the data provider.
provider: e.g. POCLOUD, NSIDC_CPRD, etc.
pqdm_kwargs: Additional keyword arguments to pass to pqdm, a parallel processing library.
See pqdm documentation for available options. Default is to use immediate exception behavior
and the number of jobs specified by the `threads` parameter.
See pqdm documentation for available options. Default is to use immediate exception behavior.
Returns:
A list of "file pointers" to remote (i.e. s3 or https) files.
Expand Down Expand Up @@ -722,8 +721,6 @@ def _download_onprem_granules(
Parameters:
urls: list of granule URLs from an on-prem collection
directory: local directory to store the downloaded files
threads: parallel number of threads to use to download the files;
adjust as necessary, default = 8
pqdm_kwargs: Additional keyword arguments to pass to pqdm, a parallel processing library.
See pqdm documentation for available options. Default is to use immediate exception behavior
and the number of jobs specified by the `threads` parameter.
Expand Down

0 comments on commit 84813e9

Please sign in to comment.