Prerequisites
- You have a Tilebox API key.
- You have installed the Python SDK.
Define the search area
Create a polygon for the area you want to inspect. This example uses a bounding box around Colorado.Python
Query Sentinel-2 metadata
Select the Sentinel-2 MSI open data catalog and query a collection by time and location.Python
xarray.Dataset containing scene metadata. Use it to inspect candidate scenes, filter by metadata fields, or pass selected datapoints to a storage client.
Download matching products
Metadata queries do not download product files. Use a storage client when you want to read or download the files referenced by a datapoint.Python
Next steps
Access Sentinel-2 data
Follow a longer Sentinel-2 example with output inspection.
Storage clients
Configure provider-specific clients for product access.