offshore-assembly-areas
Assembly Areas Command Line Interface
offshore-assembly-areas [OPTIONS] COMMAND [ARGS]...
Options
- --version
 Show the version and exit.
- -n, --name <name>
 Job name.
- Default:
 'AssemblyAreas'
- -v, --verbose
 Flag to turn on debug logging. Default is not verbose.
from-config
Compute Assembly Areas from a config.
offshore-assembly-areas from-config [OPTIONS]
Options
- -c, --config <config>
 Required Filepath to AssemblyAreas config json file.
- -v, --verbose
 Flag to turn on debug logging. Default is not verbose.
local
Compute Assembly Areas on local hardware
offshore-assembly-areas local [OPTIONS]
Options
- -areas, --assembly_areas <assembly_areas>
 Required Path to csv or json file containing assembly area locations. If provided compute distance from ports to assembly areas and save as a table to excl_fpath.
- -excl, --excl_fpath <excl_fpath>
 Required Filepath to exclusions h5 with techmap dataset.
- -ports, --ports_dset <ports_dset>
 Assembly Areas layer/dataset name in excl_fpath
- Default:
 'ports_construction_nolimits'
- -log, --log_dir <log_dir>
 Directory to dump log files.
- -v, --verbose
 Flag to turn on debug logging. Default is not verbose.
valid-config-keys
Echo the valid AssemblyArea config keys
offshore-assembly-areas valid-config-keys [OPTIONS]