other (DataArray
) – DataArray from which coordinates and attributes are taken
nodata (float
, int
, optional) – Fill value for new DataArray, defaults to other.nodata or if not set np.nan
lazy (bool
, optional) – If True return DataArray with a dask rather than numpy array.