Learn R Programming

climate (version 1.0.1)

meteo_metadata_imgw: 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

Run this code
# NOT RUN {
  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")
# }

Run the code above in your browser using DataLab