grid

honeybee-radiance-postprocess grid

Commands for generating and modifying sensor grids.

honeybee-radiance-postprocess grid [OPTIONS] COMMAND [ARGS]...

merge-folder

Restructure files in a distributed folder.

Args:
input_folder: Path to input folder.
output_folder: Path to the new restructured folder
extension: Extension of the files to collect data from. It will be pts for
sensor files. Another common extension is ill for the results of daylight
studies.
honeybee-radiance-postprocess grid merge-folder [OPTIONS] INPUT_FOLDER
                                                OUTPUT_FOLDER EXTENSION

Options

-di, --dist-info <dist_info>

An optional input for distribution information to put the grids back together . Alternatively, the command will look for a _redist_info.json file inside the folder.

-oe, --output-extension <output_extension>

Output file extension. This is only used if as_text is set to True. Otherwise the output extension will be npy.

-at, --as-text <as_text>

Set to True if the output files should be saved as text instead of NumPy files.

--fmt <fmt>

Format for the output files when saved as text.

--delimiter <delimiter>

Delimiter for the output files when saved as text.

Options

space | tab

Arguments

INPUT_FOLDER

Required argument

OUTPUT_FOLDER

Required argument

EXTENSION

Required argument

merge-folder-metrics

Restructure annual daylight metrics in a distributed folder.

Since this command redistributes metrics it is expected that the input folder has sub folder

Args:
input_folder: Path to input folder.
output_folder: Path to the new restructured folder
honeybee-radiance-postprocess grid merge-folder-metrics [OPTIONS] INPUT_FOLDER
                                                        OUTPUT_FOLDER

Options

-di, --dist-info <dist_info>

An optional input for distribution information to put the grids back together . Alternatively, the command will look for a _redist_info.json file inside the folder.

-gi, --grids-info <grids_info>

An optional input for grid information that will be copied to each metric folder. This file is usually called grids_info.json.

Arguments

INPUT_FOLDER

Required argument

OUTPUT_FOLDER

Required argument