Skip to content

Commit

Permalink
To numb me and purge me now of thoughts of blaming you
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed Aug 26, 2024
1 parent a42a196 commit fee6161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions R/split_rast.R
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ split_rast <- function(
) |>
dplyr::mutate(
r = purrr::pmap(
.l = list(xmin, xmax, ymin, ymax, x, write_temp),
.l = list(xmin, xmax, ymin, ymax),
.f = function(xmin, xmax, ymin, ymax, x, write_temp){

xt <- terra::ext(c(xmin, xmax, ymin, ymax))
Expand All @@ -97,7 +97,9 @@ split_rast <- function(

z

}
},
x,
write_temp
)
) |>
dplyr::pull(r)
Expand Down

0 comments on commit fee6161

Please sign in to comment.