Skip to content

Installation

Install and set up the Tilebox Go SDK and its companion code generation tool to start building workflows and accessing datasets from your applications.

Tilebox offers a Go SDK for accessing Tilebox services. The Tilebox command-line tool includes tilebox dataset generate, which generates Go protobuf types for Tilebox datasets.

Add tilebox-go to your project.

Shell
go get github.com/tilebox/tilebox-go

Install the Tilebox command-line tool on your machine.

Shell
curl -fsSL https://install.tilebox.com/cli.sh | sh