Description Format Details Source References Examples
This is an example of a wind series data obtained with wind.dl function for New Zealand area on 3/January/2015 at all the available times: 00:00 - 03:00 - 06:00 - 09:00 - 12:00 - 15:00 - 18:00 - 21:00 (UTC)
The format is an rWind list of 8 data.frame. Each data.frame contain 961 observations on the following 7 variables:
a factor with selected time of wind data
a factor with latitude values
a factor with longitude values
a factor with U component of wind data
a factor with V component of wind data
a numeric with direction of wind data
a numeric with speed of wind data
This data set is the result of:
library(lubridate)
dt <- seq(ymd_h(paste(2015,1,3,00, sep="-")),
ymd_h(paste(2015,1,3,21, sep="-")),by="3 hours")
wind.series <- wind.dl_2(dt, 164, 179, -48, -33)
http://allthiswasfield.blogspot.com.es/2016/12/rwind-r-package-released.html
http://oos.soest.hawaii.edu/erddap/info/NCEP_Global_Best/index.html
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.