ladybug_display.extension.raddome module

Method to draw a RadiationDome as a VisualizationSet.

ladybug_display.extension.raddome.radiation_dome_to_vis_set(radiation_dome, show_components=False, include_title=True)[source]

Translate radiation dome geometry into a VisualizationSet.

Parameters
  • radiation_dome – A Ladybug-Radiance RadiationDome 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 radiation 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 dome.

  • Max_Info – A ContextGeometry with a Point and text for the maximum

    radiation occurring on the dome.

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

    This layer will be excluded if include_title is False.

  • Radiation_Data – An AnalysisGeometry for the radiation dome data.