cf.Bounds.dump¶
- Bounds.dump(data=None, display=True, _key=None, _title=None, _create_title=True, _prefix='', _level=0, _omit_properties=None, _axes=None, _axis_names=None)[source]¶
A full description of the bounds component.
Returns a description of all properties and provides selected values of all data arrays.
Added in version (cfdm): 1.7.0
- Parameters:
- data:
boolorNone, optional If True then show the first and last data elements (and possibly others, depending on the data shape) when displaying data. This can take a long time if getting these data elements needs an expensive computation, possibly including a slow read from local or remote disk.
If False then do not show such data elements, unless data elements have been previously cached, thereby avoiding a potentially high computational cost.
If
None(the default) then the value of data will be taken from thecf.display_datafunction.Note that whenever data elements are displayed, they are cached for fast future retrieval.
Added in version (cfdm): 1.13.0.0
- display:
bool, optional If False then return the description as a string. By default the description is printed.
- data:
- Returns: