nctoolkit.DataSet.distribute#

DataSet.distribute(self, m=1, n=1)#

Split the dataset into multiple evenly sized horizontal and vertical new files

Parameters
  • m (int) – Number of rows

  • n (int) – Number of columns