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
But similar problem to the other open issues when trying to run...
s1_correction.py S1A_EW_GRDM_1SDH_20211129T235741_20211129T235841_040793_04D7A6_8F09.zip Test.tif
08:17:22|40|nansat|_get_dataset_metadata|GDAL could not open S1A_EW_GRDM_1SDH_20211129T235741_20211129T235841_040793_04D7A6_8F09.zip, trying to read with Nansat mappers...
Traceback (most recent call last):
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/bin/s1_correction.py", line 19, in
s1 = run_correction(args.ifile)
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/lib/python3.9/site-packages/s1denoise/tools.py", line 46, in run_correction
s1 = Sentinel1Image(ifile)
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/lib/python3.9/site-packages/s1denoise/sentinel1image.py", line 113, in init
self.download_aux_calibration(auxCalibFilename, self.platform.lower())
UnboundLocalError: local variable 'auxCalibFilename' referenced before assignment
(s1denoise) [cjackson@rhw1164 S1_Python]$
The text was updated successfully, but these errors were encountered:
Environment set up no problem...
But similar problem to the other open issues when trying to run...
s1_correction.py S1A_EW_GRDM_1SDH_20211129T235741_20211129T235841_040793_04D7A6_8F09.zip Test.tif
08:17:22|40|nansat|_get_dataset_metadata|GDAL could not open S1A_EW_GRDM_1SDH_20211129T235741_20211129T235841_040793_04D7A6_8F09.zip, trying to read with Nansat mappers...
Traceback (most recent call last):
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/bin/s1_correction.py", line 19, in
s1 = run_correction(args.ifile)
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/lib/python3.9/site-packages/s1denoise/tools.py", line 46, in run_correction
s1 = Sentinel1Image(ifile)
File "/data/data275/pub/RESEARCH/SOFTWARE/anaconda3/envs/s1denoise/lib/python3.9/site-packages/s1denoise/sentinel1image.py", line 113, in init
self.download_aux_calibration(auxCalibFilename, self.platform.lower())
UnboundLocalError: local variable 'auxCalibFilename' referenced before assignment
(s1denoise) [cjackson@rhw1164 S1_Python]$
The text was updated successfully, but these errors were encountered: