datacube.index.abstract.AbstractDatasetResource.count_by_product_through_time#

abstract AbstractDatasetResource.count_by_product_through_time(period, **query)[source]#

Perform a search, returning counts for each product grouped in time slices of the given period.

Parameters
Return type

Iterable[Tuple[Product, Iterable[Tuple[Range, int]]]]

Returns

For each matching product type, a list of time ranges and their count.