xarray_masks
File Purpose: tools related to masking xarray objects
for simply filling masked regions with nan, can use xarray_obj.where(…).
Functions
|
unmask (i.e., unstack) a masked (and stacked) xarray object, using mask=xarray_stored_mask(ds). |
|
unmask (i.e., unstack) a masked (and stacked) xarray object, using this mask. |
|
returns whether an xarray object has a mask. |
|
mask an xarray object; result has non-nan values only where mask=False. |
returns (stored mask, copy of ds without '_mask') |
|
|
return Dataset like input but containing data_var '_mask'. |
returns original mask, based on info stored in ds. |
|
|
unmask (i.e., unstack) a masked (and stacked) xarray object. |
|
unmask a single variable from a Dataset. |
|
unmask multiple variables from a Dataset. |