powered by
Downloads DAYMET climate variables for specified point and time-period
daymet.point( lat, long, start.year, end.year, site = NULL, files = FALSE, echo = FALSE )
latitude of point (decimal degrees WGS84)
longitude pf point (decimal degrees WGS84)
First year of data
Last year of data
Unique identification value that is appended to data
(TRUE/FALSE) Write file to disk
(TRUE/FALSE) Echo progress
A data.frame with climate results
# NOT RUN { ( d <- daymet.point(lat = 36.0133, long = -84.2625, start.year = 2013, end.year=2014, site = "1", files = FALSE, echo = FALSE) ) # } # NOT RUN { # }
Run the code above in your browser using DataLab