Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to specify file output options #69

Open
GreatEmerald opened this issue Jun 27, 2017 · 1 comment
Open

Add the ability to specify file output options #69

GreatEmerald opened this issue Jun 27, 2017 · 1 comment

Comments

@GreatEmerald
Copy link

At the moment processLandsat allows only setting the extension of the file output. However, for each file driver, GDAL has a large amount of options. For instance, I can get a 30% reduction in file size and some speed up in processing time if I use GeoTIFF as output and the creation options COMPRESS=DEFLATE ZLEVEL=9 NUM_THREADS=4 SPARSE_OK=TRUE. It would be nice if there was a way to pass these options (usually they are passed to writeRaster()), so that an extra recompression step would not be necessary.

@loicdtx
Copy link
Owner

loicdtx commented Jun 27, 2017

Thanks for the suggestion. That sounds feasible, I'll look into it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants