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

Bug: compression mode in GDAL from "PackBits" to "DEFLATE" #374

Open
adu461386118 opened this issue Dec 16, 2021 · 0 comments
Open

Bug: compression mode in GDAL from "PackBits" to "DEFLATE" #374

adu461386118 opened this issue Dec 16, 2021 · 0 comments

Comments

@adu461386118
Copy link
Contributor

Description

  • This is a note of a known issue we were unable to find a solution for.

  • Some frames cannot be processed with the current pyrate version, and we need to changed the compression mode in GDAL from "PackBits" to "DEFLATE"

  • There are three locations in the pyrate code (line 892 shared.py, line 1077 shared.py, line 241 gdal_python.py on develop branch) where there is a "compress=packbits" set for GDAL. change those to "compress=deflate" and the issue will be fixed.

  • Also, noted it is a PyRate code change, not a config switch

Error Message

image

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

No branches or pull requests

1 participant