https://github.com/tilebox/examples
A set of examples to learn or use as starter templates
https://github.com/tilebox/examples
Last synced: 6 months ago
JSON representation
A set of examples to learn or use as starter templates
- Host: GitHub
- URL: https://github.com/tilebox/examples
- Owner: tilebox
- License: mit
- Created: 2025-03-13T15:05:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T11:24:10.000Z (6 months ago)
- Last Synced: 2026-01-15T16:22:47.960Z (6 months ago)
- Language: Jupyter Notebook
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Documentation
|
Console
|
Discord
# Tilebox Examples
This repository contains examples for using the [Tilebox](https://tilebox.com) SDKs.
List of examples:
**Workflows**
- [Workflows Hello World, Python](/workflows-hello-world-py/)
A simple example that demonstrates how to use the Tilebox SDKs to submit a job and run a worker.
- [Workflows Cron Automation, Python](/workflows-cron-automation-py/)
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](/workflows-multilang/)
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](/workflows-download-s2-for-aois/)
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](/s2-cloudfree-mosaic/)
This workflow reads Sentinel-2 data from the Copernicus archive, and writes a cloudfree mosaic to a Zarr datacube.