Skip to content

marinosr/SNODASR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNODASR

R functions for manipulating SNODAS data. This package converts raw SNODAS data into useful formats. The meat of this package is a function for fast and memory-efficient spatiotemporal subsetting of SNODAS data. SNODAS data is provided as ungeoreferenced, flat binary files representing daily snapshots of snowpack for North America. This format is very inconvenient for users who want a timeseries of values for a geographically restricted region. You can use these functions to create georeferenced multiband rasters in common formats readable by GIS software. The relevant functions are download.SNODAS(), extract.SNODAS.subset(), and read.SNODAS().

Standard install instructions... devtools::install_github('marinosr/SNODASR')