Data Access Application Programming Interface

This documentation applies to version: 1.0.4+dirty

For examples on how to use the API, see the Jupyter notebooks at: https://github.com/data-cube/agdc-v2/tree/develop/examples/notebooks

Overview

Create API

API.__init__

List Properties

API.list_products
API.list_fields
API.list_field_values
API.list_all_field_values
API.list_storage_units

Data Access

API.get_dataset
API.get_data_array

Cell-based Procesing

API.list_cells
API.list_tiles
API.get_dataset_by_cell
API.get_data_array_by_cell

Analytics Functions

API.get_descriptor
API.get_data

Class Definition