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
I'm seeing something similar. readRasters on an 11-bit TIF sometimes gives me values above the top pixel value of 2047. ~1% of my pixels will be from 2048-2121.
Any tips on where to look to try to address this?
Note: When it happens, it's only on the reduced resolution (internal) overviews. When I zoom in to full resolution, the problem is not there.
Image was created by GDAL 3.4.3 gdal_translate -of COG -co COMPRESS=DEFLATE -co NUM_THREADS=ALL_CPUS -co BIGTIFF=YES
When reading not multiple of 8 bit unsigned data in pixel interleaved images, some samples are read wrongly.
The text was updated successfully, but these errors were encountered: