datacube.index.abstract.AbstractDatasetResource.bulk_has#

abstract AbstractDatasetResource.bulk_has(ids_)[source]#

Like has but operates on a multiple ids.

For every supplied id check if database contains a dataset with that id.

Parameters

ids – iterable of dataset ids to check existence in index

Return type

Iterable[bool]

Returns

Iterable of bools, true for datasets that exist in index