Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Examples

This repository contains examples for using the Tilebox Go library.

Environment variables

To run the examples, TILEBOX_API_KEY environment variable needs to be set to your Tilebox API key. Head over to Tilebox Console if you don't have one already.

Running the examples

Each example can be run using the following command:

go run ./<example-folder>

For example, to run the workflows/helloworld/submitter example: x

go run ./workflows/helloworld/submitter

Workflows examples

Datasets examples