Replies: 1 comment 2 replies
-
Are you looking for ctg@output_options$drivers$SpatRaster$param$gdal = c("COMPRESS=DEFLATE") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
with
terra::writeRaster()
it is possible to use additional arguments.Let's say I want to pass some of these arguments (e.g.
gdal=c("COMPRESS=DEFLATE")
) when applying a function on a catalog where the output should be stored on disk. I guess I cannot pass these arguments directly but have to initialize my own driver!?I tried to to do this but the function seems to use the standard raster driver, is there a way to define which driver to use?
Beta Was this translation helpful? Give feedback.
All reactions