geodata.mask.Mask.load_shape_xr
===============================

.. py:method:: geodata.mask.Mask.load_shape_xr(names: Optional[str] = None) -> dict[str, xarray.DataArray]

   Using xarray to load the shape masks.

   :param names: The names of the shape masks to be loaded. If not specified, load all shape masks.
   :type names: list

   :returns: A dictionary of shape masks with shape names as keys and xarray DataArrays as values.
   :rtype: dict

   :raises ValueError: If the Mask object has not been saved.

