Skip to main content
Tilebox indexes searchable metadata for public Earth observation catalogs. Use metadata queries to find relevant observations before reading or downloading their image assets.

Prerequisites

Select the Sentinel-2 catalog

Open the Sentinel-2 dataset and its Level-2A collection:
Python
You can browse other open datasets and inspect their schemas in the Tilebox Console.

Query observation metadata

Query by time and area of interest. The result contains metadata and asset references, but does not download image bytes.
Python
The result is an xarray.Dataset. Use regular xarray operations to sort or select observations:
Python

Next steps

Create a Sentinel-2 RGB image

Read three COG windows and combine them into an RGB image.

Querying data

Learn more dataset query patterns.