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

http://cfconventions.org/cf-conventions/v1.6.0/cf-conventions.html#_incomplete_multidimensional_array_representation_of_time_series

Parameters:
  • nc (netCDF4.Dataset) – An open netCDF dataset

  • variable (str) – name of the variable to check