is_multi_timeseries_orthogonal#
- compliance_checker.cfutil.is_multi_timeseries_orthogonal(nc, variable)[source]#
Returns true if the variable is a orthogonal multidimensional array representation of time series. For more information on what this means see CF 1.6 §H.2.1
- Parameters:
nc (netCDF4.Dataset) – An open netCDF dataset
variable (str) – name of the variable to check