wrf-python
latest
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
Frequently Asked Questions
Support
Contributor Guide
WRF-Python Internals
Citation
License
Tutorials
wrf-python
Docs
»
API Reference
»
User API
»
wrf.CoordPair.xy_str
Edit on GitHub
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