uxarray.UxDataset.to_xarray#
- UxDataset.to_xarray(grid_format='UGRID')#
Converts a
ux.UXDatasetto axr.Dataset.- Parameters:
grid_format (str, default="UGRID") – The format in which to convert the grid. Supported values are “UGRID” and “HEALPix”. The dimensions will match the selected grid format.
- Returns:
The
ux.UXDatasetrepresented as axr.Dataset- Return type:
xr.Dataset