fadeoutsoftware / WASDI

Web Advanced Space Developers Interface
http://www.wasdi.net
GNU General Public License v3.0
13 stars 5 forks source link

Cannot add file to WASDI from Jupyter Notebook #750

Closed kr1zz closed 3 months ago

kr1zz commented 3 months ago

Open a Jupyter create or save somehow a file in wasdi.getSavePath() try addFileToWASDI -> with some file it works, with most it doesn't

pcampanella commented 3 months ago

The file was a geotiff that gdal can read but snap no. It was a Uint16 but saved with 15 bits.

kr1zz commented 3 months ago

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.