wind.series: Wind series example

Description Format Details Source References Examples

Description

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)

Format

The format is an rWind list of 8 data.frame. Each data.frame contain 961 observations on the following 7 variables:

list("time (UTC)")

a factor with selected time of wind data

list("latitude (degrees_north)")

a factor with latitude values

list("longitude (degrees_east)")

a factor with longitude values

list("ugrd10m (m s-1)")

a factor with U component of wind data

list("vgrd10m (m s-1)")

a factor with V component of wind data

list("dir")

a numeric with direction of wind data

list("speed")

a numeric with speed of wind data

Details

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)

Source

http://allthiswasfield.blogspot.com.es/2016/12/rwind-r-package-released.html

References

http://oos.soest.hawaii.edu/erddap/info/NCEP_Global_Best/index.html

Examples

1
2

rWind documentation built on Oct. 19, 2021, 5:06 p.m.