Load data from a NETCDF file of telemetry Assumed file dimensions: Day x Hour x Site Returns an array of data: [site x time] Site selection can be vector of non-consecutive values Time-point selection is a consecutive sequence
1 2 3 | get_netcdf_telemetry_data(fname, sites, date_start, date_end,
date_data_start = lubridate::ymd(20160101), ts_per_day = 288,
vname = "hsl_power")
|
fname |
file name |
sites |
A vector of sites |
date_start |
A lubridate: Start date of data to load |
date_end |
A lubridate: End date of data to load |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.