2021-11-18
The `VariableBase` class has been updated to include an `is_temporal` method.
This will return a boolean value indicating whether the variable has a `units`
metadata attribute conforming to the format outlined in the CF-Conventions
(section 4.4). A convenience method `Variable.get_attribute_value` has been
added This will allow an end-user to retrieve the value of a metadata
attribute, while specifying a default value. Lastly, the
`VarInfoBase.get_temporal_dimensions` method has been added, which retrieves a
set of required `Variables` for which `Variable.is_temporal()` is true, based
on a set of requested variables.