get_auxiliary_coordinate_variables#

compliance_checker.cfutil.get_auxiliary_coordinate_variables(ds)[source]#

Returns a list of auxiliary coordinate variables

An auxiliary coordinate variable is any netCDF variable that contains coordinate data, but is not a coordinate variable (in the sense of the term defined by CF).

Parameters:

ds (netCDf4.Dataset) – An open netCDF dataset