Description Usage Arguments Value See Also Examples
GetSnodasDepthSweDate Get and unpack the SNODAS snow depth and SWE
tarball for a given date.
1 2  | GetSnodasDepthSweDate(datePOSIXct, outputDir = ".", overwrite = FALSE,
  quiet = TRUE, parallel = (foreach::getDoParWorkers() > 1))
 | 
datePOSIXct | 
 The date in POSIXct format for which data is desired. Only whole days matter.  | 
outputDir | 
 The directory where the data are to be archived. This directory is checked to see if the data exist when overwrite=FALSE  | 
overwrite | 
 When false: If the depth and SWE files exist on disk, dont
grab the tarball.   | 
quiet | 
 Passed to curl, to show it's progress (typcially too fast to matter).  | 
parallel | 
 Logical Defaults to (foreach::getDoParWorkers>1), so if you've set up parallelization it is automatically used.  | 
Logical was the file "got"?
Other SNODAS: CalcSnodasCoords,
GetSnodasPointTs,
PutSnodasCoordsNcdf,
PutSnodasNcdf,
ReadSnodasDepthSweDate
1 2  | snodasGot <- GetSnodasDepthSweDate(as.POSIXct('2015-02-28'),
                                   outputDir = path.expand('~'))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.