cf.Field.__str__¶
-
Field.
__str__
()[source]¶ Called by the
str
built-in function.x.__str__() <==> str(x)
Examples: >>> print f eastward_wind field summary --------------------------- Data : eastward_wind(air_pressure(15), latitude(72), longitude(96)) m s-1 Cell methods : time: mean Axes : time(1) = [2057-06-01T00:00:00Z] 360_day : air_pressure(15) = [1000.0, ..., 10.0] hPa : latitude(72) = [88.75, ..., -88.75] degrees_north : longitude(96) = [1.875, ..., 358.125] degrees_east