salem.DataArrayAccessor

class salem.DataArrayAccessor(xarray_obj)
__init__(xarray_obj)

Methods

__init__(xarray_obj)
get_map(**kwargs) Make a salem.Map out of the dataset.
quick_map([ax, interp]) Make a plot of the DataArray.
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.