geodata.Cutout.add_grid_area
============================

.. py:method:: geodata.Cutout.add_grid_area(axis: tuple[str] = ('lat', 'lon'), adjust_coord: bool = True)

   Add attribute 'area' to the cutout containing area for each grid cell
   in the cutout metedata xarray.

   :param axis: The name of the axes to include in the result xarray dataset.
                Defaults to ("lat", "lon").
   :type axis: tuple[str]
   :param adjust_coord: Whether to sort the data by latitude and longitude values if true.
                        Defaults to True.
   :type adjust_coord: bool

