discretize.utils.download

discretize.utils.download(url, folder='.', overwrite=False, verbose=True)[source]

Function to download all files stored in a cloud directory

Parameters:
  • url (str) – url or list of urls for the file(s) to be downloaded
  • folder (str) – folder to where the directory is created and files downloaded (default is the current directory)
  • overwrite (bool) – overwrite if a file with the specified name already exists
  • verbose (bool) – print out progress

Examples using discretize.utils.download