ladybug_display.dictutil module¶
Utilities to convert any Ladybug Display dictionary to Python objects.
- ladybug_display.dictutil.dict_to_object(display_dict, raise_exception=True)[source]¶
- Parameters:
display_dict (dict) – A dictionary of any Ladybug Display geometry object.
raise_exception (bool) – Boolean to note whether an exception should be raised if the object is not identified as a part of ladybug_display. (Default: True).
- Returns:
A Python object derived from the input display_dict.