Skip to main content

Package Overview

Tilebox offers a Go SDK for accessing Tilebox services. It additionally includes a command-line tool (tilebox-generate) that can be installed separately.

tilebox-go

Datasets and workflows client for Tilebox

tilebox-generate

Command-line tool to generate Tilebox datasets types for Go

Installation

Add tilebox-go to your project.
Shell
go get github.com/tilebox/tilebox-go
Install tilebox-generate command-line tool on your machine.
Shell
go install github.com/tilebox/tilebox-generate@latest