
Minute-frequency sun observations from weather stations.
Source:R/obs_radiation_minute.R
obs_radiation_minute.RdBy default, the data is returned from last 24 hours. At least one location parameter (geoid/place/fmisid/wmo/bbox) has to be given.
Arguments
- starttime
character begin of the time interval in ISO-format.
- endtime
character end of time interval in ISO-format. data.
- fmisid
numeric FMI observation station identifier (see fmi_stations.
Value
sf object in a long (melted) form. Observation variables names are
given in variable column. Following variables are returned:
- time
UTC
- DIFF_1MIN
diffuse radiation
- DIR_1MIN
direct radiation
- GLOB_1MIN
globa radiationl
- LWIN_1MIN
long-wave in (down welling)
- LWOUT_1MIN
long-wave out (up welling)
- NET_1MIN
net radiation
Details
The FMI WFS stored query used by this function is
fmi::observations::radiation::simple. For more informations, see
the FMI documentation page.
Note
For a complete description of the accepted arguments, see
list_parameters("fmi::observations::weather::hourly::simple").