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.
S2A_MSIL2A_20240801T002611_N0511_R102_T58WFV_20240819T170544.SAFE © ESA 2024
list_objects
, filter them, and then download using download_objects
.
For example, a Landsat 9 L2 SR 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 Landsat 9 L2 SR product.
Image LC09_L2SP_088241_20240801_20240802_02_T1_thumb_small.jpeg © USGS
Image E2_71629_STD_F183.jpg © ASF 2009
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.