xarray_eop.utils.convert_dict_to_plantuml

xarray_eop.utils.convert_dict_to_plantuml#

xarray_eop.utils.convert_dict_to_plantuml(dictionary: dict[str, Any], name: str, direction: int = 0) str#

Convert a dictionary to a UML diagram based on plantUML

Parameters:
  • dictionary – input dictionary

  • name (str) – Title of the diagram

  • direction (bool) – diagram direction, 0 means top-to-bottom, 1 left-to-right. Default 0

  • optional (bool) – diagram direction, 0 means top-to-bottom, 1 left-to-right. Default 0

Return type:

string containing the plantUML description