stack_bluesky_archive | R Documentation |
Take all of the bluesky archive files from a given path within a date range and read them into a raster stack. All days within the range should be available.
stack_bluesky_archive(dt1, dt2, path = "./data/bluesky/archive")
dt1 |
Date of the first bluesky raster |
dt2 |
Date of the last bluesky raster |
path |
character path to the archive files (default is "./data/bluesky/archive") |
a raster stack of daily bluesky data
bluesky_stack <- stack_bluesky_archive(dt1, dt2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.