View source: R/filesfromthredds.R
station.senda | R Documentation |
A function that provides reads S-ENDA data from thredds.
## S3 method for class 'senda'
station(
stid = 18700,
param = "precip",
freq = "day",
FUN = "default",
start.precip = 7,
...,
caturl = "https://thredds.met.no/thredds/dodsC/met.no/observations/surface/",
verbose = FALSE
)
stid |
station ID or the S-ENDA metadata object |
param |
parameter ('precip'|'t2m') |
freq |
frequency of the data |
FUN |
function for aggregating data (e.g. sub-daily for generating daily data) |
start.precip |
Hour of daily start of the accumulated rainfall |
caturl |
url of the thredds ctalogue containing the files |
verbose |
if true promt test lines |
retrieve list_thredds meta.s_enda
## Not run:
x <- station.senda()
x <- station.senda(param='t2m')
## Using the S-ENDA metadata (it takes some time to fetch themetadata...)
meta <- meta.senda()
x <- station.senda(meta[1:2,])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.