uxarray.UxDataset.nearest_neighbor_remap#

UxDataset.nearest_neighbor_remap(destination_obj, remap_to='nodes', coord_type='lonlat')#

Nearest Neighbor Remapping between a source (UxDataset) and destination.`.

Parameters:
  • destination_obj (Grid, UxDataArray, UxDataset) – Destination for remapping

  • remap_to (str, default="nodes") – Location of where to map data, either “nodes” or “face centers”

  • coord_type (str, default="lonlat") – Indicates whether to remap using on latlon or cartesian coordinates