nctoolkit.DataSet.spatial_range

DataSet.spatial_range()

spatial_range: 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()