Logo image Logo image
  • About & Core Concepts
  • Data Access & Analysis
  • Installing and managing the Open Data Cube
  • API Reference
  • About
Edit this page

datacube.Datacube.find_datasets#

Datacube.find_datasets(**search_terms)[source]#

Search the index and return all datasets for a product matching the search terms.

Parameters

search_terms – see datacube.api.query.Query

Returns

list of datasets

Return type

list[datacube.model.Dataset]

See also

group_datasets() load_data() find_datasets_lazy()

ODC License | Change Log