nctoolkit.DataSet.spatial_var

DataSet.spatial_var(self)

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

Examples

If you want to calculate the range of each variable across space for a dataset, just do the following:

>>> ds.spatial_max()