geodata.Mask.get_res
====================

.. py:method:: geodata.Mask.get_res(layers: Optional[Iterable[str]] = None, product: bool = False) -> dict[str, tuple[float, float]]

   Get resolutions of layers.

   :param layers: The list of layers to get resolution. If not specified,
                  select all layers in the object.
   :type layers: Iterable[str]
   :param product: Whether the method returns the product of the grid cell height and width.
                   By default this is set to False.
   :type product: bool

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

