fmi_station_list: download FMI station list

fmi_station_listR Documentation

download FMI station list

Description

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.

Usage

fmi_station_listfunction(file_station_list="/lustre/storeB/project/metkl/senorge2/case/etc/fmi_oper_list_of_stations.html")

Arguments

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.

Details

The url used by default is http://en.ilmatieteenlaitos.fi/observation-stations.

Value

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

Note

FMI open data licence http://en.ilmatieteenlaitos.fi/open-data-licence.

Author(s)

Cristian Lussana

See Also

fmi_opendata_assembler

Examples


# load libraries
library(gibson)
#
stnlist<-fmi_station_listfunction()

metno/gibson documentation built on Feb. 12, 2024, 7:25 a.m.