SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

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.