Product QueryingΒΆ

When connected to an ODC Database, these methods are available for discovering information about Products:

dc = Datacube()
dc.index.products.{method}

can_update

Check if product can be updated.

get

Retrieve Product by id

get_by_name

Retrieve Product by name

get_with_fields

Return dataset types that have all the given fields.

search

Return dataset types that have all the given fields.

search_robust

Return dataset types that match match-able fields and dict of remaining un-matchable fields.

get_all

Retrieve all Products