pangeo_fish.dataset_utils.broadcast_variables#
- pangeo_fish.dataset_utils.broadcast_variables(ds, variable_names)#
Broadcast variables against each other
- Parameters:
ds (
xarray.Dataset) – The dataset to transform.variable_names (mapping of
strtostr) – The names of the variables to broadcast against each other. A mapping of variable names to new names.