class Client(url: str, token: str)

Create a Tilebox datasets client.

Parameters

url
string

Tilebox API Url. Defaults to https://api.tilebox.com.

token
string

The API Key to authenticate with. If not set the TILEBOX_API_KEY environment variable will be used.