module documentation

Undocumented

Class Config Layer legend confuguration.
Class Object Generic legend object.
Class Props Undocumented
Function combine_outputs Undocumented
Function output_to_bytes Undocumented
Function output_to_image Undocumented
Function output_to_image_path Undocumented
Function _combine_images Undocumented
Function _combine_vertically Undocumented
def combine_outputs(lros: list[gws.LegendRenderOutput], options: dict = None) -> t.Optional[gws.LegendRenderOutput]: (source)

Undocumented

def output_to_bytes(lro: gws.LegendRenderOutput) -> t.Optional[bytes]: (source)

Undocumented

def output_to_image(lro: gws.LegendRenderOutput) -> t.Optional[gws.IImage]: (source)

Undocumented

def output_to_image_path(lro: gws.LegendRenderOutput) -> t.Optional[str]: (source)

Undocumented

def _combine_images(images: list[gws.IImage], options: dict = None) -> t.Optional[gws.IImage]: (source)

Undocumented

def _combine_vertically(images: list[gws.IImage]): (source)

Undocumented