cf.DomainTopology.dump¶
- DomainTopology.dump(data=None, display=True, _omit_properties=None, _key=None, _level=0, _title=None, _axes=None, _axis_names=None)[source]¶
A full description of the domain topology construct.
Returns a description of all properties, including those of components, and provides selected values of all data arrays.
Added in version (cfdm): 1.11.0.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: