Skip to content

Conversation

@nivdee
Copy link
Contributor

@nivdee nivdee commented Dec 10, 2025

Hi!

Added a decoder for ZSTD (#153) and wrote a test similar to how you have tested before. Also verified that it runs E2E with some Python scripts (not part of PR) on my own test files, and it works great!

Thank you once again for a great lib!

Closes #153

- Introduced a new ZstdDecoder for handling Zstd compression in TIFF files.
- Updated the DecoderRegistry to include the ZstdDecoder.
- Added a test case for Zstd compression.
@kylebarron kylebarron self-requested a review December 10, 2025 18:18
Copy link
Member

@kylebarron kylebarron left a comment

Choose a reason for hiding this comment

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

Thank you!

@kylebarron kylebarron merged commit f4e27ea into developmentseed:main Dec 10, 2025
8 of 10 checks passed
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.

Add ZSTD Decoder

2 participants