geodata.Mask.get_bounds# geodata.Mask.get_bounds(layers: str | None = None) → dict[str, tuple[float, float, float, float]]# Get boundary information of layers Parameters: layers (list) – The list of layers to get bounds. If not specified, select all layers in the object. Returns: A dictionary with layer names as keys and bounds as values. Return type: dict