metar: Retrieve weather condition data from Metars

View source: R/metar.R

metarR Documentation

Retrieve weather condition data from Metars

Description

This function allows the user to retrieve data from airport surface stations (Metar), coded and made available by the meteorological network of the Aeronautics Command - REDEMET

Usage

metar(x)

Arguments

x

A character vector with the desired weather station(s) code(s)

Value

The function returns a data frame

Author(s)

Renato Prado Siqueira rpradosiqueira@gmail.com

See Also

estacoes_metar

Examples

## Requesting weather condition from SBGR and SBTK stations
metar(c("SBGR", "SBTK"))

## Requesting weather condition from SBVG (Varginha) station
metar("SBVG")


rpradosiqueira/cptec documentation built on June 14, 2022, 7:41 a.m.