Ingest

The tilez ingest program slices dataset product images into tiles, writes these tiled images to disk, and then indexes metadata about these data into a database for future use.

Usage

> tilez ingest --help
Usage: tilez ingest [OPTIONS] [SOURCES]...

Options:
  -pe, --parallel-executor [serial|process]
                            Method of parallel execution
  -j, --njob INTEGER        Number of jobs for parallel execution
  --log_dir PATH            Log ingests to this directory (otherwise to
                            stdout)
  --overwrite                     Overwriting existing tiled data
  -h, --help                      Show this message and exit.

Note

All of the usage examples assume the Tilezilla configuration file has been specified by defining an environment variable, TILEZILLA_CONFIG. For example, using the Bash shell:

export TILEZILLA_CONFIG=/path/to/configuration_file.yaml

Specifying using an environment variable takes the place of `tilez -C <config_file> or tilez --config <config_file>.

Examples

Todo

Demo of tilez ingest