ladybug_vtk.cli package

Module contents

ladybug-vtk commands.

ladybug_vtk.cli.vis_set_to_vtk(vis_file, output_format='vtkjs', output_file=None)[source]

Translate a VisualizationSet file (.vsf) to VTK formats.

Parameters:
  • vis_file – Full path to a Ladybug Display Visualization Set (VSF) file.

  • 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.

  • output_file – Optional file to output the string of the visualization file contents. If None, the string will simply be returned from this method.