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

Access Sentinel-2 assets

Read a COG window or download an image from a selected datapoint.

Querying data

Learn more dataset query patterns.