xarray.DataArray.monet.combine_point
- DataArray.monet.combine_point(data, suffix=None, pyresample=True, **kwargs)
Combine self data with point data in dataframe data.
- Parameters
data (pandas.DataFrame)
suffix (str, optional) – Used to rename new data array(s) if using xemsf.
pyresample (bool) – Use pyresample (
combine_da_to_df()
).kwargs (dict) – Passed on to
combine_da_to_df()
orcombine_da_to_df_xesmf()
- Return type