wrf.CoordPair.latlon_str

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

Return a str for the (latitude, longitude) coordinate pair.

Parameters:

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

Returns:

A string for the (latitude, longitude) coordinate pair

Return type:

str