Closed kr1zz closed 4 months ago
The file was a geotiff that gdal can read but snap no. It was a Uint16 but saved with 15 bits.
It looks like SNAP may not be able to open GeoTIFFs, depending on the data type. UInt16 at 15 bits is one of these types.
SNAP also has the opportunity of opening files using GDAL, we need to understand how to trigger it.
Open a Jupyter create or save somehow a file in wasdi.getSavePath() try addFileToWASDI -> with some file it works, with most it doesn't