Skip to content

Commit

Permalink
Update download_eden.R [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
gmyenni authored Oct 29, 2024
1 parent 68c94e5 commit fbbb24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataCleaningScripts/download_eden.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ download_eden_depths <- function(eden_path = file.path("Water"),
to_update <- get_files_to_update(eden_path, metadata,
force_update = force_update)
data_urls <- get_data_urls(to_update$dataset)
options(timeout = 500)
options(timeout = 1000)

downloaded <- mapply(download.file,
data_urls$urls,
Expand Down

0 comments on commit fbbb24a

Please sign in to comment.