Quickstart
This guide helps you set up and get started using Tilebox. It covers how to install a Tilebox client for your preferred language and how to use it to query data from a dataset and run a workflow.
Select your preferred language and follow the steps below to get started.
Start in a Notebook
Explore the provided Sample Notebooks to begin your journey with Tilebox. These notebooks offer a step-by-step guide to using the API and showcase many features supported by Tilebox Python clients. You can also use these notebooks as a foundation for your own projects.
Start on Your Device
If you prefer to work locally, follow these steps to get started.
Install Packages
Install the Tilebox Python packages. The easiest way to do this is using pip
:
Create an API Key
Create an API key by logging into the Tilebox Console, navigating to Account -> API Keys, and clicking the “Create API Key” button.
Create a Cluster
Create a cluster by logging into the Tilebox Console, navigating to Workflows -> Clusters, and clicking the “Create cluster” button.
Query Data
Use the datasets client to query data from a dataset.
Run a Workflow
Use the workflows client to create a task and submit it as a job.
Explore Further
Review the following guides to learn more about the modules that make up Tilebox:
Was this page helpful?