Description Usage Arguments Value Examples
View source: R/bluesky_downloaded.R
List downloaded models
1 2 3 4 5 6 | bluesky_downloaded(
modelDataDir = getModelDataDir(),
pattern = ".nc",
full = FALSE,
...
)
|
modelDataDir |
Directory in which models are located. |
pattern |
A regex pattern to use for filtering model files. |
full |
Logical. Show the full path of the model (used for local loading). |
... |
Additional arguments to be passed to |
A list of downloaded models
1 2 3 4 5 6 | library(AirFireModeling)
setModelDataDir('~/Data/BlueSky')
filePath <- bluesky_download(modelName = "PNW-4km", modelRun = 2020091300)
bluesky_toCommonFormat(filePath)
bluesky_downloaded()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.