xarray.DataArray.qinfo.get_value¶ DataArray.qinfo.get_value(self, attr_or_coord_name)[source]¶ Get the value of the specified attribute or coordinate. If the attribute or coordinate is not found, None is returned. Parameters: attr_or_coord_name (str) – The name of the attribute or coordinate.