CopernicusStorageClient with Copernicus S3 credentials.
Prerequisites
- You have a Tilebox API key.
- You have installed the Python SDK.
- You have a Copernicus Data Space account.
- You have generated Copernicus S3 credentials.
Select a Sentinel-2 datapoint
Start with a small metadata query and select one datapoint to access. For a deeper guide to open data discovery and metadata filtering, see Query open data metadata.Python
Create the Copernicus storage client
Create aCopernicusStorageClient with your Copernicus S3 credentials. The optional cache_directory controls where downloaded files are stored locally.
Python
These credentials are Copernicus Data Space S3 credentials, not your Tilebox API key.
Download the complete product
Usedownload when you need the complete Sentinel-2 product directory. The storage client resolves the product location from the Tilebox datapoint metadata and downloads the matching files into the local cache directory.
Python
Output
Download selected product files
Sentinel-2 products contain many files, including metadata, masks, quicklook images, and bands at different resolutions. Uselist_objects and download_objects when you only need specific files.
Python
.SAFE product.
Preview the product
Many Copernicus products include a quicklook image. In a notebook, usequicklook to display the product preview without downloading the full product first.
Python

Sentinel-2 quicklook image © ESA
Next steps
Query open data metadata
Find Copernicus products by time, location, and metadata fields.
Storage clients
Learn about the other Tilebox storage clients for open data products.
Access USGS Landsat data
Download Landsat product files with the USGS Landsat storage client.