cf.CoordinateReference.dump

CoordinateReference.dump(complete=False, display=True, level=0, domain=None)[source]

Return a string containing a full description of the coordinate reference.

Parameters:

complete : bool, optional

display : bool, optional

If False then return the description as a string. By default the description is printed, i.e. c.dump() is equivalent to print c.dump(display=False).

level : int, optional

domain : cf.Domain, optional

Returns:
out : str

A string containing the description.

Examples:

Previous topic

cf.CoordinateReference.close

Next topic

cf.CoordinateReference.equals

This Page