Package Overview
Section titled “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 CLICommand-line tools to query datasets, run workflows, and generate Go dataset types
Installation
Section titled “Installation”Add tilebox-go to your project.
go get github.com/tilebox/tilebox-goInstall the Tilebox command-line tool on your machine.
curl -fsSL https://install.tilebox.com/cli.sh | sh