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
Function peek_ncdf() returns quick-view information on a netCDF resource.
String-valued labels for discrete and generic numeric axes are now
supported, including multiple label sets per axis. The labels are
associated with an axis rather than a data variable (as the CF
documents imply) and the axis must be explicitly defined (as the CF
documents imply but not explicitly state, and it is missing from the
example given).
Functions makeMemoryGroup(), makeLongitudeAxis() and makeLatitudeAxis() added to create scaffolding for new CF objects.
NCGroup::unused() method identifies unused NCVariables to aid in
finding issues with netCDF resources.