nansencenter / sentinel1denoised

Thermal noise subtraction, scalloping correction, angular correction
GNU General Public License v3.0
42 stars 14 forks source link

Error while running s1_correction.py s1_correction.py INPUT.zip OUTPUT.npz -g #105

Open kavitamitkari opened 3 months ago

kavitamitkari commented 3 months ago

Hi, I have run: s1_correction.py S1B_EW_GRDM_1SDH_20200323T053203_20200323T053303_020815_027780_8729.SAFE.zip OUTPUTFILE.npz -g However, I am getting the following error while saving the output as 'tif'. I have installed nansat successfully.

Traceback (most recent call last): File "/Users/kmitkari/anaconda3/envs/s1denoise/bin/s1_correction.py", line 52, in raise ImportError(' Nansat is not installed and I can\'t export geotiff or landmask. ' ImportError: Nansat is not installed and I can't export geotiff or landmask. Install Nansat or do not use "-g" and "-m".