Skip to content

Commit c24356a

Browse files
committed
Add job for downloading wind
1 parent 650d927 commit c24356a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

analysis/99-combined.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ dir.create("data/5_wind_graph", showWarnings = FALSE)
3535
for (i in seq(1, length(gdl_list))) {
3636
gdl <- gdl_list[i]
3737
source("analysis/5-1-wind-graph_download.R")
38+
# Use job to avoid blocking your console.
39+
# rstudioapi::jobRunScript("analysis/5-1-wind-graph_download.R",
40+
# name = paste0("wind_graph_download_", gdl),
41+
# workingDir = ".",
42+
# importEnv = TRUE)
3843
}
3944

4045
# Create the graph with windspeed

0 commit comments

Comments
 (0)