is_mapped_grid# compliance_checker.cfutil.is_mapped_grid(nc, variable)[source]# Returns true if the feature-type of variable corresponds to a mapped grid type. Characterized by Appedix F of CF-1.6 Parameters: nc (netCDF4.Dataset) – An open netCDF dataset variable (str) – name of the variable to check