offshore-inputs

Offshore Inputs Command Line Interface

offshore-inputs [OPTIONS] COMMAND [ARGS]...

Options

--version

Show the version and exit.

-n, --name <name>

Job name.

Default:

OffshoreInputs

-v, --verbose

Flag to turn on debug logging. Default is not verbose.

from-config

Extract offshore inputs from a config.

offshore-inputs from-config [OPTIONS]

Options

-c, --config <config>

Required Filepath to OffshoreInputs config json file.

-v, --verbose

Flag to turn on debug logging. Default is not verbose.

local

Extract offshore inputs on local hardware

offshore-inputs local [OPTIONS]

Options

-h5, --inputs_fpath <inputs_fpath>

Required Path to offshore inputs .h5 file(s)

-sites, --offshore_sites <offshore_sites>

Required - Path to .csv | .json file with offshore sites meta data - Path to a WIND Toolkit .h5 file to source site meta - List, tuple, or vector of offshore gids - Pre - extracted site meta DataFrame

-layers, --input_layers <input_layers>

Required Path to json file containing input layer, list of input layers, to extract, or dictionary mapping the input layers to extract to the column names to save them under

-o, --out_dir <out_dir>

Required Directory to dump output files

-tm, --tm_dset <tm_dset>

Dataset / layer name for wind toolkit techmap

Default:

techmap_wtk

-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 Offshore Inputs config keys

offshore-inputs valid-config-keys [OPTIONS]