datacube.Datacube.list_products¶
-
Datacube.
list_products
(show_archived=False, with_pandas=True)[source]¶ List products in the datacube
- 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)