SDSlite icon indicating copy to clipboard operation
SDSlite copied to clipboard

Create Dimension with fixed length

Open juselius opened this issue 2 years ago • 0 comments

Implicitly created NetCDF Dimensions from DataSet.AddVariable<>(...) always have length UNLIMITED.

This PR adds a new NetCDF specific method CreateDimension(name, len) which creates a Dimension with a fixed length, unless length 0 (UNLIMITED) is requested.

juselius avatar Apr 29 '22 10:04 juselius