scipy.io.netcdf_variable.
scipy.io.netcdf_variable.isrec#
- property netcdf_variable.isrec#
Returns whether the variable has a record dimension or not.
A record dimension is a dimension along which additional data could be easily appended in the netcdf data structure without much rewriting of the data file. This attribute is a read-only property of the
netcdf_variable
.