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

CARTO: Support gzip compression in RasterLayer #9352

Merged
merged 9 commits into from
Jan 15, 2025
Merged

Conversation

felixpalmer
Copy link
Collaborator

Background

For more efficient storage of sparse data, we would like to support gzip directly on the payload

Change List

  • Read raster_metadata to check for compression field
  • Decompress using GZipCompression when compressed
  • Improved tests

@coveralls
Copy link

coveralls commented Jan 14, 2025

Coverage Status

coverage: 91.676% (+0.004%) from 91.672%
when pulling df83353 on felix/raster-gzip
into 01d205b on master.

Copy link
Collaborator

@donmccurdy donmccurdy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, and demo is working well on local tests!

@felixpalmer felixpalmer merged commit 1dab786 into master Jan 15, 2025
4 checks passed
@felixpalmer felixpalmer deleted the felix/raster-gzip branch January 15, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants