discretize.utils.download#
- discretize.utils.download(url, folder='.', overwrite=False, verbose=True)[source]#
Download file(s) stored in a cloud directory.
- Parameters:
- url
str
orlist
of
str
url or list of urls for the file(s) being downloaded
- folder
str
,optional
Local folder where downloaded files are to be stored
- overwritebool,
optional
Overwrite files if they have the same name as newly downloaded files
- verbosebool,
optional
Print progress when downloading multiple files
- url
- Returns: