ESPRI-Mod / synda

ESGF Downloader (this is a deprecated repository, the tool has now moved to https://github.com/ESGF/esgf-download)
https://espri-mod.github.io/synda/
21 stars 11 forks source link

"synda get" download limit #83

Open glevava opened 7 years ago

glevava commented 7 years ago

https://github.com/Prodiguer/synda/blob/b713446ee1c73d6d3496de01500ed08d78f9b04e/sdt/bin/sdtiaction.py#L266 sets the download limit to 5 files in case of no url request (e.g., "synda get -s selection.txt").

To comment the line allows to retrieve the default Search API limit (9000).

The flag "--limit" should be implement for "synda get" too in a next release.