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