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 compression to GeoTIFF export outputs #1099

Closed
pierotofy opened this issue Nov 25, 2021 · 3 comments
Closed

Add compression to GeoTIFF export outputs #1099

pierotofy opened this issue Nov 25, 2021 · 3 comments

Comments

@pierotofy
Copy link
Member

We currently do not compress outputs when generating GeoTIFFs. This is not ideal.

@Saijin-Naib
Copy link
Contributor

I think we've got some room to improve, especially with modern GDAL and other dependencies.

We should be able to do band interleaved with predictor 2, and maybe ZSTD+LERC for DEMs and maybe JPEG + transparency band for orthophotos...

OpenDroneMap/ODM#1040
https://kokoalberti.com/articles/geotiff-compression-optimization-guide/
http://blog.cleverelephant.ca/2015/02/geotiff-compression-for-dummies.html

@pierotofy
Copy link
Member Author

I would love to use the latest and greatest, just not sure if older/proprietary programs will be able to read the results afterwards. Needs to be balanced for interoperability.

@Saijin-Naib
Copy link
Contributor

DEFLATE + Predictor 2 and ZLEVEL 12 or 9 should be about as good as we can get while keeping things bog-standard then.

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