Skip to content

Commit ce8af8f

Browse files
Merge pull request #1280 from M3nin0/reg-bdc-tiles
fix missing variable in raster regularization
2 parents a2f45a5 + eec0913 commit ce8af8f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

R/api_regularize.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@
195195
# bind all files
196196
cube_fi <- dplyr::bind_rows(cube[["file_info"]])
197197

198+
# get current cube class
199+
cube_class <- class(cube)
200+
198201
# get reference files of each ``fid``
199202
cube_fi_unique <- dplyr::distinct(
200203
.data = cube_fi,

0 commit comments

Comments
 (0)