meteo_metadata: Meteorological metadata

Description Usage Arguments Examples

View source: R/meteo_metadata.R

Description

Downloading the description (metadata) to the meteorological data available in the danepubliczne repository.imgw.pl. By default, the function returns a list or data frame for a selected subset

Usage

1
meteo_metadata(interval, rank)

Arguments

interval

temporal resolution of the data ("hourly", "daily", "monthly")

rank

rank of station ("synop", "climate", "precip")

Examples

1
2
3
  meta <- meteo_metadata(interval = "hourly", rank = "synop")
  meta <- meteo_metadata(interval = "daily", rank = "synop")
  meta <- meteo_metadata(interval = "monthly", rank = "precip")

imgw documentation built on March 26, 2020, 7:37 p.m.