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
✔️ SNAP 10 handles predictor 3 with LZW compression
remi-braun
changed the title
ENH: Use lzw + predictor 2 with SNAP10 to compress SAR bands that can be despeckled
ENH: Use lzw + predictor 3 with SNAP10 to compress SAR bands that can be despeckled
Aug 13, 2024
ROLLBACK: don't use "default (and optimized) predictor in rasters.write if SNAP is version 10 or higher" as it depends not on SNAP but on javax.imageio's version.
The problem is I don't know how to check if javax.imageio can use this predictor 🤔
remi-braun
changed the title
ENH: Use lzw + predictor 3 with SNAP10 to compress SAR bands that can be despeckled
ENH: Use lzw + predictor 3 to compress SAR bands that can be despeckled
Sep 4, 2024
SNAP 9 and before wouldn't handle LZW compression with predictor == 3.
❌
Caused by: javax.imageio.IIOException: Illegal value for Predictor in TIFF file
Test it with SNAP10 and update
sar_product.SAR_PREDICTOR
to 2 if it's working.The text was updated successfully, but these errors were encountered: