Learn R Programming

thunder (version 1.1.4)

sounding_vienna: 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")

Arguments

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]

Examples

Run this code
data(sounding_vienna)
head(sounding_vienna)

Run the code above in your browser using DataLab