get_data

heliopy.data.cdasrest.get_data(dataset, date, vars=None, verbose=True)

Download CDAS data.

Parameters:
  • dataset (string) – Dataset identifier.
  • date (datetime.date) – Date to download data for.
  • vars (list of str, optional) – Variables to download. If None, all variables for the given dataset will be downloaded.
  • verbose (bool, optional) – If True, show a progress bar whilst downloading.
Returns:

data_path – Path to downloaded data (stored in a temporary directroy)

Return type:

str