A CF-compliant earth science data analysis library
Field.
directions
Return a dictionary mapping all domain axes to their directions.
See also
direction
dict
A dictionary whose key/value pairs are domain axis keys and their directions.
Examples:
>>> d.directions() {'domainaxis1': True, 'domainaxis1': False}