geodata.cutout.ds_reformat_index
================================

.. py:function:: geodata.cutout.ds_reformat_index(ds: xarray.DataArray) -> xarray.DataArray

   Format the dataArray generated from the convert function.

   :param ds: dataArray generated from the convert function.
   :type ds: xr.DataArray

   :returns: DataArray with lat and lon as dimensions.
   :rtype: xr.DataArray

