You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add option to squeeze singleton dimensions following a slice. This could also apply to processing data with a singleton dimension in general. Right now, the singleton dimension is left in to maintain the source value and/or original data shape.
slicing :: If True, squeeze singleton dimension following a slice.
as_dimensionless :: If True and the dimension has an associated coordinate variable, convert the coordinate variable to a dimensionless, single-valued variable. Otherwise, leave the coordinate variable as is.
reshape :: If True, squeeze variable dimensions if they are singleton respecting as_dimensionless.
Add option to squeeze singleton dimensions following a slice. This could also apply to processing data with a singleton dimension in general. Right now, the singleton dimension is left in to maintain the source value and/or original data shape.
One possible approach:
Documentation:
True
, squeeze singleton dimension following a slice.True
and the dimension has an associated coordinate variable, convert the coordinate variable to a dimensionless, single-valued variable. Otherwise, leave the coordinate variable as is.True
, squeeze variable dimensions if they are singleton respectingas_dimensionless
.Ping @nkadygrov.
The text was updated successfully, but these errors were encountered: