nctoolkit.DataSet.spatial_min

DataSet.spatial_min(self)

Calculate the spatial minimum for all variables This is performed for each time step.

Examples

If you want to calculate the spatial minimum for a dataset, just do the following:

>>> ds.spatial_min()