xarray.DataArray.to_numpy¶
-
DataArray.to_numpy()[source]¶ Coerces wrapped data to numpy and returns a numpy.ndarray.
See also
DataArray.as_numpySame but returns the surrounding DataArray instead.
DataArray.to_numpy()[source]¶Coerces wrapped data to numpy and returns a numpy.ndarray.
See also
DataArray.as_numpySame but returns the surrounding DataArray instead.