bdmep_stations: Get basic information on meteorological station from INMET

Description Usage Details Value Author(s) Examples

View source: R/metadata.R

Description

Get OMM code, state and station name on meteorological stations from INMET http://www.inmet.gov.br/projetos/rede/pesquisa/lista_estacao.php

Usage

1

Details

This function is used to find the OMM station ID that can be used to import BDMEP data using bdmep_import

Value

a data frame is returned with name, state, id

Author(s)

Jonatan Tatsch

Examples

1
2
3
4
5
6
7
## Not run: 
# tyr get information from inmet web site
stns <- bdmep_stations()
head(stns, 15)
#save(stns, file = "data/stns.rda")

## End(Not run)

jdtatsch/inmetr documentation built on May 18, 2019, 11:37 p.m.