icepyx.Quest.download_all
- Quest.download_all(path='', **kwargs)
Downloads requested dataset(s).
- Parameters:
**kwargs (default None) – Optional passing of keyword arguments to supply additional search constraints per datasets. Each key must match the dataset name (e.g. “icesat2”, “argo”) as in quest.datasets.keys(), and the value is a dictionary of acceptable keyword arguments and values allowable for the search_data() function for that dataset. For instance: icesat2 = {“verbose”:True}, argo = {“keep_existing”:True}.