Recipes for going from question to running system: query satellite catalogs, ingest your own data, ship workflows, and debug what happened.
Datasets
Find, model, ingest, and query geospatial metadata with Tilebox Datasets.
Query open satellite data
Explore open data catalogs and query Sentinel-2 metadata by time and location.
Create a Sentinel-2 RGB image
Combine three public Sentinel-2 COG assets into a cloud-free RGB image.
Create a Sentinel-1 radar image
Render a north-up monochrome image from a public Sentinel-1 GRD measurement COG.
Build a spatio-temporal catalog
Create, document, ingest, and query a geospatial catalog with asset references.
Ingest into a spatio-temporal catalog
Prepare GeoParquet metadata and ingest it into an existing spatio-temporal catalog.
Ingesting from common file formats
Load tabular and geospatial files before ingesting them into Tilebox.
Workflows
Create workflow tasks, run jobs, publish releases, and deploy code to your own compute.
Run your first workflow
Define a small task, start a direct runner, submit a job, and inspect the result.
Execute tasks in parallel
Submit many subtasks and process them with several direct runners at the same time.
Build and deploy a workflow project
Initialize a Python workflow project, publish a release, and deploy it to a development cluster.
Deploy to your compute
Run workflow releases on local, cloud, or on-premises compute you control.
Debug a failed workflow run
Inspect task state, logs, traces, runner context, and cluster alignment.
Retry a failed job after a compatible fix
Publish a compatible fix and retry failed work without rerunning completed tasks.
Iterate on Workflow Releases with Agents
Use a coding agent to edit, publish, deploy, run, and debug workflow releases.
Multi-language Workflows
Combine Python and Go tasks in one workflow when each step needs different tools.
Operations
Monitor jobs, query telemetry, and configure automations for recurring or event-driven workflow runs.
Monitor workflow runs
Use the Console, CLI, and SDKs to monitor workflow execution.
Query logs and spans
Query workflow telemetry from the CLI or SDKs for diagnostics and reports.
Configure cron automations
Register an automation that submits workflow jobs on a schedule.
Configure storage-event automations
Trigger workflow jobs when files are created or modified in a storage location.