fmi_station_list | R Documentation |
Download the station list for the FMI in-situ observations. As far as I know, the station list at the web-page http://en.ilmatieteenlaitos.fi/observation-stations is the only source that report the station elevation.
fmi_station_listfunction(file_station_list="/lustre/storeB/project/metkl/senorge2/case/etc/fmi_oper_list_of_stations.html")
file_station_list |
file with the station list, derived from http://en.ilmatieteenlaitos.fi/observation-stations. This is simply copy-and-paste of the web-page taken from the browser. |
The url used by default is http://en.ilmatieteenlaitos.fi/observation-stations.
A data frame is returned.
The column names are: name
(station name), fmisid
(FMI station ID), wmo
WMO identifier, elevation
(elevation a.m.s.l.), group
, station group
FMI open data licence http://en.ilmatieteenlaitos.fi/open-data-licence.
Cristian Lussana
fmi_opendata_assembler
# load libraries
library(gibson)
#
stnlist<-fmi_station_listfunction()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.