The cf.Domain object containing the field’s domain.
Examples: |
---|
>>> print f
air_temperature field summary
-----------------------------
Data : air_temperature(time(12), latitude(64), longitude(128)) K
Cell methods : time: mean (interval: 1.0 month)
Axes : height(1) = [2.0] m
: time(12) = [ 450-11-16 00:00:00, ..., 451-10-16 12:00:00] noleap
: latitude(64) = [-87.8638000488, ..., 87.8638000488] degrees_north
: longitude(128) = [0.0, ..., 357.1875] degrees_east
>>> f.domain
<CF Domain: height(1), time(12), latitude(64), longitude(128)>