We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b2f017 commit 4758513Copy full SHA for 4758513
1 file changed
R/stream_grid_raster.R
@@ -116,6 +116,7 @@ stream_grid_raster_terra <- function(
116
# terra::mask() is also disk-based and chunked.
117
118
# Generation function
119
+ # Note: Captures xmin, ymax, cellsize_m, nrows, ncols from outer scope
120
generator_fun <- function(xy) {
121
# xy is a matrix/vector of coordinates [x, y]
122
# For large chunks, it's a matrix
0 commit comments