xoa.accessors.XoaDatasetAccessor.reloc¶
- XoaDatasetAccessor.reloc(**locs)¶
Convert given staggered grid locations to other locations
This makes use of the
CFSpecs()instance was set at initialisation or inferred withxoa.cf.infer_cf_specs().- Parameters
obj (xarray.Dataset, xarray.DataArray) –
locs (dict) – Keys are locations, values are new locations. A value of False or None, remove the location.
See also