sounding_vienna {thunder} | R Documentation |
Examplary sounding dataset - sample from Vienna (WMO ID: 11035) - 23 August 2011, 1200 UTC
Description
The object contains pre-downloaded sounding dataset from University of Wyoming sounding database. Dataset can be downloaded with the following syntax: demo_dataset = get_sounding(wmo_id = 11035, yy = 2011, mm = 8, dd = 23, hh = 12)
Usage
data("sounding_vienna")
Format
A data frame with 88 rows and 6 variables as described in 'get_sounding()'
- pressure
pressure [hPa]
- altitude
altitude [m]
- temp
temperature [degree Celsius]
- dpt
dew point temperature [degree Celsius]
- wd
wind direction [azimuth as degrees]
- ws
wind speed [knots]
Source
http://weather.uwyo.edu/upperair/sounding.html
Examples
data(sounding_vienna)
head(sounding_vienna)
[Package thunder version 1.1.3 Index]