nctoolkit.DataSet.vertical_range

DataSet.vertical_range(self)

Calculate the vertical range of variable values This is calculated for each time step and grid cell

Examples

If you wanted to range of values across all vertical levels of every variable in a dataset, you would do this:

>>> ds.vertical_range()