radarx.utils.find_multidim_vars#

radarx.utils.find_multidim_vars(ds, ndim=2)[source]#

Find variables in an xarray Dataset that have more than one dimension.

Parameters:

ds (xarray.Dataset) – The input dataset.

Returns:

list – A list of variable names with more than one dimension.