merge¶
honeybee-radiance-postprocess merge¶
Commands for generating and modifying sensor grids.
honeybee-radiance-postprocess merge [OPTIONS] COMMAND [ARGS]...
merge-files¶
Merge 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
forsensor files. Another common extension is
ill
for the results of daylightstudies.
honeybee-radiance-postprocess merge merge-files [OPTIONS] INPUT_FOLDER
EXTENSION
Options
- -of, --output-file <output_file>¶
Name of the merged file.
- -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.
- -ma, --merge-axis <merge_axis>¶
Merge files along axis.
- Default:
'0'
- Options:
0 | 1 | 2
- -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
- EXTENSION¶
Required argument