Learn about the different storage clients available in Tilebox to access open data.
list_objects
, filter them, and then download using download_objects
.
For example, a Sentinel-2 L2A product includes many files such as metadata, different bands in multiple resolutions, masks, and quicklook images. The following example shows how to download only specific files from a Sentinel-2 L2A product.
list_objects
, filter the list, and then use download_objects
.
The below example shows how to download only the metadata file for a given data point.