northplatte | R Documentation |
The object contains pre-downloaded sounding dataset from University of Wyoming sounding database. Dataset can be downloaded with the following syntax: northplatte = get_sounding(wmo_id = 72562, yy = 1999, mm = 7, dd = 3, hh = 00)
data("northplatte")
A data frame with 71 rows and 6 variables as described in 'get_sounding()'
pressure [hPa]
altitude [m]
temperature [degree Celsius]
dew point temperature [degree Celsius]
wind direction [azimuth as degrees]
wind speed [knots]
http://weather.uwyo.edu/upperair/sounding.html
data(northplatte)
head(northplatte)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.