View source: R/download_airport_sounding.R
download_airport_sounding | R Documentation |
Download sounding from Jorge Chavez Airport Download sounding from Jorge Chavez Airport (SPIM or 84628) from https://weather.uwyo.edu/upperair/sounding.html . It can also download from any other airport by changing the dafault values.
download_airport_sounding(date, hour = 12, airport = "SPIM", region = "samer")
date |
Date to download in dd/mm/yyyy. |
hour |
12 or 00. Default is 12 |
airport |
Airport code. Default is "SPIM" (Jorge Chavez Airport) |
region |
Region to download. Default is "samer" (South America) |
data.frame with sounding data
## Not run:
# Download sounding from 12z 15/01/2019
jc_sound <- download_airport_sounding("15/01/2019")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.