Learn how to query and load data from Tilebox dataset collections.
query
method which is available for both python and go.
Below is a simple example of querying all Sentinel-2 S2A_S2MSI2A
data for April 2025 over the state of Colorado.
show_progress
parameter to True
.time
, the id
and the ingestion_time
by setting the skip_data
parameter to True
.
For example, when checking how many datapoints exist in a given time interval, you can use skip_data=True
to avoid loading the data fields.
xarray.Dataset
object. In Go, an empty slice of datapoints. To check for an empty response, you can coerce the result to a boolean
or check the length of the slice.