SDSlite
SDSlite copied to clipboard
Create Dimension with fixed length
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.