datacube.Datacube.list_measurements# Datacube.list_measurements(show_archived=False, with_pandas=True)[source]# List measurements for each product Parameters: show_archived (bool) – include archived products in the result. with_pandas (bool) – return the list as a Pandas DataFrame, otherwise as a list of dict. (defaults to True) Return type: pandas.DataFrame or list(dict)