geodata.mask.Mask.get_bounds
============================

.. py:method:: geodata.mask.Mask.get_bounds(layers: Optional[str] = None) -> dict[str, tuple[float, float, float, float]]

   Get boundary information of layers

   :param layers: The list of layers to get bounds.
                  If not specified, select all layers in the object.
   :type layers: list

   :returns: A dictionary with layer names as keys and bounds as values.
   :rtype: dict

