nctoolkit.DataSet.spatial_max#
- DataSet.spatial_max()#
spatial_max: Calculate the spatial maximum for all variables.
This is performed for each time step.
Examples
If you want to calculate the spatial maximum for a dataset, just do the following:
>>> ds.spatial_max()