Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemahoney218 committed Jan 18, 2021
1 parent 32e92b9 commit 901b5ba
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions R/merge_rasters.R
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,13 @@ merge_rasters <- function(input_rasters,

if (!is.null(input_images)) {
# same as above for input_rasters
suppressWarnings(raster::writeRaster(total_extent,
output_image,
overwrite = overwrite
))
suppressWarnings(
raster::writeRaster(
total_extent,
output_image,
overwrite = overwrite
)
)
invisible(
utils::capture.output(
gdalUtils::mosaic_rasters(
Expand Down

0 comments on commit 901b5ba

Please sign in to comment.