netcdf icon indicating copy to clipboard operation
netcdf copied to clipboard

Make common API for &str/DimensionIdentifier

Open magnusuMET opened this issue 1 year ago • 0 comments

An attempt to unify DimensionIdentifier and &str as valid dimensions for a file under the same API.

Breaking change: Adds another type type specification on add_variable (e.g. add_variable::<f32, _>(...) instead of add_variable::<f32>(...)

magnusuMET avatar Mar 01 '24 10:03 magnusuMET