Prerequisites
- You have a Tilebox API key.
- You have installed the Python SDK.
Select the Sentinel-2 catalog
Open the Sentinel-2 dataset and its Level-2A collection:Python
Query observation metadata
Query by time and area of interest. The result contains metadata and asset references, but does not download image bytes.Python
xarray.Dataset. Use regular xarray operations to sort or select observations:
Python
Next steps
Visualize Sentinel-2 imagery
Read RGB band windows and display a true-color image.
Querying data
Learn more dataset query patterns.