metno.frost.meta.day: Download METNO station metadata using frost.met.no

View source: R/metno.frost.meta.R

metno.frost.meta.dayR Documentation

Download METNO station metadata using frost.met.no

Description

Where there are multiple measuring periods registered for the parameter, only the earliest start time and the latest end time are used.

Usage

metno.frost.meta.day(
  param = c("t2m", "precip", "tmin", "tmax", "slp", "pon", "pox", "fg", "fx", "pp", "sd"),
  save2file = FALSE,
  path = NULL,
  verbose = FALSE,
  ...
)

Arguments

param

Vector of parameters

save2file

if TRUE, save metadata in a local file

verbose

if TRUE, print diagnostics

...

additional arguments

url

The URL to the webpage to request new client credentials at Frost API

Value

A meta data matrix object for all stations in METNO's collection that have measured any of the given parameters. Start and end time are included.

Author(s)

K. Tunheim

Examples


## Not run: 
# Fetch metadata for all stations and measuring periods of the t2m parameter
metno.frost.meta.day(param=c('t2m'))
# Fetch metadata for all stations and measuring periods of all available parameters
metno.frost.meta.month()

## End(Not run)


metno/esd documentation built on May 4, 2024, 10:58 p.m.