st_mosaic(.x, ...)# S3 method for stars
st_mosaic(
.x,
...,
dst = tempfile(fileext = file_ext),
options = c("-vrtnodata", "-9999", "-srcnodata", "nan"),
file_ext = ".tif"
)
# S3 method for character
st_mosaic(
.x,
...,
dst = tempfile(fileext = file_ext),
options = c("-vrtnodata", "-9999"),
file_ext = ".tif"
)
# S3 method for stars_proxy
st_mosaic(
.x,
...,
dst = tempfile(fileext = file_ext),
options = c("-vrtnodata", "-9999"),
file_ext = ".tif"
)