Data Loading#

Datacube.load

Load data as an xarray.Dataset object.

Internal Loading Functions#

This operations can be useful if you need to customise the loading process, for example, to pre-filter the available datasets before loading.

Datacube.find_datasets([ensure_location, ...])

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

Datacube.group_datasets(datasets, group_by)

Group datasets along defined non-spatial dimensions (i.e. time).

Datacube.load_data(sources, geobox, measurements)

Load data from group_datasets() into an xarray.Dataset.

Group by#

query_group_by([group_by])

Group by function for loading datasets

solar_day(dataset[, longitude])

Adjust Dataset timestamp for "local time" given location and convert to numpy.

GroupBy(group_by_func, dimension, units[, ...])

GroupBy Object