netcdf icon indicating copy to clipboard operation
netcdf copied to clipboard

Naming inconsistency File/Variable for putting attribute

Open magnusuMET opened this issue 3 months ago • 0 comments

For adding a variable we use add_attribute for FileMut, but put_attribute for VariableMut. This should be put_attribute for both.

In addition other namings should be considered to more closely match netcdf-c, e.g. add_type -> nc_def_dim/def_type

magnusuMET avatar Aug 18 '25 08:08 magnusuMET