terracotta

The command line interface for the Terracotta tile server.

All flags must be passed before specifying a subcommand.

Example:

$ terracotta -c config.toml connect localhost:5000

terracotta [OPTIONS] COMMAND [ARGS]...

Options

-c, --config <config>

Update global settings from this TOML file.

--loglevel <loglevel>

Set level for log messages

Options:

debug | info | warning | error | critical

--version

Show the version and exit.

Commands

connect

Connect to a running Terracotta instance and interactively explore data in it.

ingest

Ingest a collection of raster files into a SQLite database.

migrate

Migrate databases between Terracotta…

optimize-rasters

Optimize a collection of raster files for use with Terracotta.

serve

Serve rasters through a local Flask development server.