main¶
ladybug-vtk¶
ladybug VTK commands.
ladybug-vtk [OPTIONS] COMMAND [ARGS]...
Options
- --version¶
Show the version and exit.
vis-to-vtk¶
Translate a VisualizationSet file (.vsf) to VTK formats.
Args:
vis_file: Full path to a Ladybug Display Visualization Set (VSF) file.
ladybug-vtk vis-to-vtk [OPTIONS] VIS_FILE
Options
- -of, --output-format <output_format>¶
Text for the output format of the resulting file. Choose from: vtkjs, html. Note that the html format refers to a web page with the vtkjs file embedded within it.
- Default:
'vtkjs'
- --output-file <output_file>¶
Optional file to output the JSON string of the config object. By default, it will be printed out to stdout.
- Default:
'-'
Arguments
- VIS_FILE¶
Required argument