Documentation | Console | Discord
This repository contains examples for using the Tilebox SDKs.
List of examples:
Workflows
- Workflows Hello World, Python
A simple example that demonstrates how to use the Tilebox SDKs to submit a job and run a worker. - Workflows Cron Automation, Python
A simple example that demonstrates how to use the Tilebox SDKs to create a Workflows Cron Automation, a workflow that runs on a schedule, and showcases how to filter timeseries Datasets based on spatial and temporal criteria. - Multi-Language Workflows, Python and Go An example that demonstrates how to use the Tilebox SDKs to create a Workflows that uses tasks implemented in different languages, Python and Go. Go is used to submit the job, while Python is used to execute it.
Mixed
- Download S2 Data for Points of Interest, Python
A more complex example that demonstrates how to use the Tilebox SDKs to create a Workflows to find Sentinel-2 data for a set of points of interest (POIs), filter the data to be as cloud-free as possible and finally download the data. - Sentinel-2 Cloud-free Mosaic This workflow reads Sentinel-2 data from the Copernicus archive, and writes a cloudfree mosaic to a Zarr datacube.