wrf-python
1.0a3
What’s New
Installation
Table of Available Diagnostics
How To Use
Plotting Examples
API Reference
User API
Routines
Classes
Exceptions
CoordPair Class
GeoBounds Class
Projection Classes
Internal API
wrf-python
Docs
»
API Reference
»
User API
»
wrf.CoordPair.latlon_str
View page source
wrf.CoordPair.latlon_str
¶
CoordPair.
latlon_str
(
fmt=u'{:.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