Skip to content

Commit

Permalink
lazy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adelegem committed Nov 15, 2024
1 parent 7a3abec commit 2a9e2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/create_multiband_image.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ create_multiband_image <- function(input_dir, desired_band_order, output_dir){
filetype = "GTiff", gdal = c("INTERLEAVE=BAND"), overwrite = TRUE)

# plot image - for checking
plot(combined_image[[1:5]])
# plot(combined_image[[1:5]])
}
}

0 comments on commit 2a9e2de

Please sign in to comment.