nsrdb.utilities.file_utils.url_download

url_download(url, target)[source]

Download file from url to target location.

Parameters:
  • url (str) – Source file url.

  • target (str) – Local target file location to dump data from url.