xarray.Dataset.xoa.get_coord#
- Dataset.xoa.get_coord(meta_name, loc='any', single=True, errors='ignore')#
Search for a coordinate knowing its generic CF name
Search is made with the
search_coord()method of theMetaSpecs()instance was set at initialisation or inferred withxoa.meta.infer_meta_specs().- Parameters:
See also
xoa.meta.MetaSpecs.search(),xoa.meta.MetaCoordSpecs.search(),xoa.meta.MetaVarSpecs.search()