wrf.CoordPair.xy_str

CoordPair.xy_str(fmt='{:.4f}, {:.4f}')

Return a str for the (x,y) coordinate pair.

Parameters:

fmt (str) – The format string. Default is ‘{:.4f}, {:.4f}’

Returns:

A string for the (x,y) coordinate pair

Return type:

str