getAndalusia_ACS: Function to list all agro-climatic stations (ACS) of...

Description Usage Arguments Value Author(s) See Also Examples

Description

The function getAndalusia_ACS gets the list of meteorological stations of the agro-climatic network of the agriculture council of the Andalusian Administration

Usage

1
2
  getAndalusia_ACS(url = "http://www.juntadeandalucia.es/agriculturaypesca/ifapa/ria/servlet/FrontController?action=Static&url=estaciones2.html",
  encoding = "UTF-8")

Arguments

url

Page off Agroclimatic Information Network of Andalusia (RIA).

encoding

Encoding used by data.frame return (defaut: UTF-8)

Value

a data.frame with name of the station, code of the province and code of the station and URL of de age with the data of the station

Author(s)

Francisco.Viciana

See Also

getMetaData

Examples

1
2
3
4
5
 ## Not run: 
    lista.estaciones <- getAndalusia_ACS()
    head(lista.estaciones[,-4],15)

## End(Not run)

SevillaR/Andaclima documentation built on May 9, 2019, 1:23 p.m.