Skip to content

Commit 0fe724a

Browse files
add gdal creation options to sits_classify output
1 parent 1a10b12 commit 0fe724a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/api_raster.R

+2-1
Original file line numberDiff line numberDiff line change
@@ -844,9 +844,10 @@
844844
srcfile = merge_files,
845845
dstfile = out_file,
846846
wo = paste0("NUM_THREADS=", multicores),
847+
co = .conf("gdal_creation_options"),
847848
multi = TRUE,
848849
q = TRUE,
849-
overwrite = FALSE
850+
overwrite = TRUE
850851
)
851852
)
852853
},

0 commit comments

Comments
 (0)