nctoolkit.DataSet.regrid

DataSet.regrid(self, grid=None, method='bil')

Regrid a dataset to a target grid

Parameters
  • grid (nctoolkit.DataSet, pandas data frame or netcdf file) – The grid to remap to

  • method (str) – Remapping method. Defaults to “bil”. Methods available are: bilinear - “bil”; nearest neighbour - “nn” - “nearest neighbour”; “bic” - “bicubic interpolation”;