ladybug_display.extension.skydome module

Method to draw a SkyDome as a VisualizationSet.

ladybug_display.extension.skydome.sky_dome_to_vis_set(sky_dome, show_components=False, include_title=True)[source]

Translate sky dome geometry into a VisualizationSet.

Parameters
  • sky_dome – A Ladybug-Radiance SkyDome object.

  • show_components – Boolean to indicate whether only one dome with total radiation should be displayed (False) or three domes with the solar radiation components (total, direct, and diffuse) should be shown. (Default: False).

  • include_title – Boolean to note whether the title should be included in the output visualization. (Default: True).

Returns

A VisualizationSet with the sky dome represented as ContextGeometries and an AnalysisGeometry. This includes these objects in the following order.

  • Compass – A ContextGeometry for the Compass at the base of the sky dome.

  • Title – A ContextGeometry with text for the title of the sky dome.

    This layer will be excluded if include_title is False.

  • Radiation_Data – An AnalysisGeometry for the sky dome data.