icepyx.Quest.search_all

Quest.search_all(**kwargs)

Searches for required dataset within platform (i.e. ICESat-2, Argo) of interest.

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 = {“IDs”:True}, argo = {“presRange”:”10,500”}.