datacube.index.abstract.AbstractProductResource.get_with_fields#

abstract AbstractProductResource.get_with_fields(field_names)[source]#

Return products that have all of the given fields.

Parameters

field_names (Iterable[str]) – names of fields that returned products must have

Return type

Iterable[Product]

Returns

Matching product models