datacollection¶
honeybee-radiance-postprocess data-collection¶
Commands to work with data collections.
honeybee-radiance-postprocess data-collection [OPTIONS] COMMAND [ARGS]...
folder-to-datacollections¶
Read an npy file and convert every row to a data collection.
The data collections will be saved as CSV files in subfolder.
Args:
npy-file: Path to npy file.
data-type: A JSON file with the data type.
grid-name: The name of the grid. This is used in the metadata of the
header.
honeybee-radiance-postprocess data-collection folder-to-datacollections
[OPTIONS] FOLDER DATA_TYPE
Options
- -sf, --sub-folder <sub_folder>¶
- Default:
'datacollections'
Arguments
- FOLDER¶
Required argument
- DATA_TYPE¶
Required argument
npy-to-datacollections¶
Read an npy file and convert every row to a data collection.
The data collection will be saved in a JSON file. If no output file is specified it will be send to stdout instead.
Args:
npy-file: Path to npy file.
data-type: A JSON file with the data type.
grid-name: The name of the grid. This is used in the metadata of the
header.
honeybee-radiance-postprocess data-collection npy-to-datacollections
[OPTIONS] NPY_FILE DATA_TYPE GRID_NAME
Options
- -f, --output-file <output_file>¶
Optional file to output the JSON strings of the data collections. By default, it will be printed to stdout
- Default:
'-'
Arguments
- NPY_FILE¶
Required argument
- DATA_TYPE¶
Required argument
- GRID_NAME¶
Required argument