Description Usage Format Details Slots Author(s) Examples
Wrapper/processing functions for daymet data.
1 2 3 4 5 6 7 8 9 10 11 12 | ## S4 method for signature 'daymet'
initialize(.Object, ...)
## S4 method for signature 'daymet'
SetupDataFile(object, overwrite = F, backup = F)
## S4 method for signature 'daymet'
FillArray(object, df, nc = NULL)
DownloadDaymet(object)
DaymetMeta()
|
object of class 'daymet
Process steps are as follows:
1) Download daymet files using the daymetr package
2) Store daymet data as .nc files using the ncdf4 package
3) Process daymet data into dataframes useful for the statisical analysis
site
Site metadata from daymet header
elevation
Numeric elevation vector, pulled from daymet header
tile
Tile metadata from daymet headers
Brandon McNellis
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.