
This function will download the hourly AWS data of INMET and it will aggregate the data in a daily time scale, based on the period of time selected (start_date and end_date).The function only works for downloading data from the same year.
download_AWS_INMET_daily(station, start_date, end_date)
Returns a data.frame with the AWS data requested
The station code (ID - WMO code) for download. To see the station ID, please see the function *see_stations_info*.
Date that start the investigation, should be in the following format (1958-01-01 /Year-Month-Day)
Date that end the investigation, should be in the following format (2017-12-31 /Year-Month-Day)
Roberto Filgueiras, Luan P. Venancio, Catariny C. Aleman and Fernando F. da Cunha
if (FALSE) {
df<-download_AWS_INMET_daily(station = "A001", start_date = "2001-01-01", end_date = "2001-12-31")
}
Run the code above in your browser using DataLab