salem.DatasetAccessor

class salem.DatasetAccessor(xarray_obj)
__init__(xarray_obj)

Methods

__init__(xarray_obj)
get_map(**kwargs) Make a salem.Map out of the dataset.
quick_map(varname[, ax, interp]) Make a plot of a variable of the DataSet.
roi(self[, shape, geometry, grid, corners, ...]) Make a region of interest (ROI) for the dataset.
subset(self[, margin, shape, geometry, ...]) Get a subset of the dataset.
transform(other[, grid, interp, ks]) Reprojects an other Dataset or DataArray onto this grid.
transform_and_add(other[, grid, interp, ks, ...]) Reprojects an other Dataset and adds it’s content to the current one.