datacube.Datacube.list_measurements#

Datacube.list_measurements(show_archived=False, with_pandas=True)[source]#

List measurements for each product

Parameters
  • show_archived – include products that have been archived.

  • with_pandas – return the list as a Pandas DataFrame, otherwise as a list of dict.

Return type

pandas.DataFrame or list(dict)