download_data#

download_data(url, save_path, overwrite=False)[source]#

Download data from a given URL to location. Can overwrite data if demanded else no action is taken

Parameters:
  • url (path) – URL from where to download the data.

  • save_path (str) – Location to unzip the data.

  • overwrite (bool) – True to force overwriting of existing data, default=False