meteo_metadata_imgw: Meteorological metadata

View source: R/meteo_metadata_imgw.R

meteo_metadata_imgwR Documentation

Meteorological metadata

Description

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

Usage

meteo_metadata_imgw(interval, rank)

Arguments

interval

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

rank

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

Examples


  meta = climate:::meteo_metadata_imgw(interval = "hourly", rank = "synop")
  meta = climate:::meteo_metadata_imgw(interval = "daily", rank = "synop")
  meta = climate:::meteo_metadata_imgw(interval = "monthly", rank = "precip")


climate documentation built on Aug. 9, 2022, 5:08 p.m.