rasterize_SNODAS | R Documentation |
Saves as raster already untarred files in SNODAS directory
rasterize_SNODAS(
data_dir = "data",
out_dir = "data/geo",
rm_data = TRUE,
format = c("raster", "GTiff"),
crop = NULL,
reproject = NULL,
method = "ngb",
verbose = TRUE
)
data_dir |
|
out_dir |
|
rm_data |
|
format |
|
crop |
|
reproject |
|
method |
|
verbose |
|
Note that if this function exits with an error, it will most
likely have already untarred the compressed files that were downloaded.
That will typically cause the function rasterize_SNODAS()
to fail when
run a second time. This is not a desirable outcome, and it is on my to-do
list to fix this.
More details required. TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.