setWUstation: set meteorological stations

View source: R/utility_tools.R

setWUstationR Documentation

set meteorological stations

Description

Set primary and secondary meteorological stations associated with one or more cities of the same state

Usage

setWUstation(st, UF, datasource = con)

Arguments

st

data.frame containing municipio_geocodigo, primary_station, secondary_station

UF

name of the state.Ex. "Rio de Janeiro"

senha

for the connection to the project database

Examples

NOT RUN
wudata = data.frame(municipio_geocodigo = 3107802, primary_station = "SBIP",
secondary_station = "SBGV")
setWUstation(wudata, UF = "Minas Gerais")
getWUstation(cities =wudata$municipio_geocodigo)

AlertaDengue/AlertTools documentation built on Nov. 27, 2024, 11:55 p.m.