cf.Transform.isformula_terms

Transform.isformula_terms

True if the transform is a formula_terms.

Examples

>>> t
<CF Transform: atmosphere_sigma_coordinate>
>>> t.isformula_terms
True
>>> t
<CF Transform: rotated_latitude_longitude>
>>> t.isformula_terms
False

Previous topic

cf.Transform.values

Next topic

cf.Transform.isgrid_mapping

This Page