Skip to main content

Package Overview

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.

tilebox-go

Datasets and workflows client for Tilebox

Tilebox CLI

Command-line tools to query datasets, run workflows, and generate Go dataset types

Installation

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