You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is that after the sds writer writes the band-compressed block the resulting compressed array block size happens to equal the uncompressed array block size, so the sds reader mistakenly treats the array block contents as "uncompressed".
The code
results in
The text was updated successfully, but these errors were encountered: