File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 27
27
# ' download_function = rsi_download_rasters
28
28
# ' )
29
29
# '
30
- # '
31
30
# ' @export
32
31
rsi_download_rasters <- function (items ,
33
32
aoi ,
@@ -84,7 +83,7 @@ rsi_download_rasters <- function(items,
84
83
# working from the assumption that all downloads take about as long
85
84
#
86
85
# so if we aren't merging, or if there's more assets than tiles, we'll
87
- # parallelize the outside loop that walks over assets (which, unless the user
86
+ # parallelize the outside loop that walks over assets (which, unless the user
88
87
# has set up wild nested futures, turns the inside one into a serial process)
89
88
asset_iterator <- ifelse(
90
89
merge || (n_tiles_out < ncol(download_locations )),
@@ -129,7 +128,6 @@ rsi_download_rasters <- function(items,
129
128
)
130
129
},
131
130
error = function (e ) {
132
- browser()
133
131
rlang :: warn(
134
132
glue :: glue(
135
133
" Failed to download {items$features[[which_item]]$id %||% 'UNKNOWN'} from {items$features[[which_item]]$properties$datetime %||% 'UNKNOWN'}" # nolint
You can’t perform that action at this time.
0 commit comments