cf.inspect¶
-
cf.
inspect
(self)[source]¶ Inspect the attributes of an object.
Returns: str
Examples:
>>> print x.inspect <CF CoordinateReference: rotated_latitude_longitude> ---------------------------------------------------- _dict: {'grid_north_pole_latitude': 38.0, 'grid_north_pole_longitude': 190.0} coord_terms: set([]) coords: set(['dim2', 'dim1', 'aux2', 'aux3']) name: 'rotated_latitude_longitude' ncvar: 'rotated_latitude_longitude' type: 'grid_mapping'