IndexError: list index out of range #87
Replies: 2 comments
-
Dear @tryingphysics000, P.s. We would appreciate if you could help us in improving the software by participating in our user survey! |
Beta Was this translation helpful? Give feedback.
-
Dear Andreas, Thank you for the answer. I solved the issue by setting contains=False in the following code block as I faced issue in installation of beta version 2. utm_crs_list = query_utm_crs_info( I have filled up the survey form. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running the step 0 of sarvey processing step. But I got stucked with an error. I've generated sentinel-1 42 coregistered slc stack using isce2 and prepare input data using miaplpy. The error is following
2025-05-27 13:09:31,331 - INFO - Star ifg network
2025-05-27 13:09:31,331 - INFO - write IfgNetwork to /home/suhora/ISCE_Processing/AGRA_Metro_Tunnel/runFile/MIAPLPY_Processing/SARvey_Processing/outputs/ifg_network.h5
2025-05-27 13:09:31,332 - INFO - temporal baselines: [ 12 24 36 48 60 72 84 96 108 120 132 144 156 168 180 192 204 216
228 240 252 276 288 300 312 336]
2025-05-27 13:09:31,656 - INFO - ########## GENERATE STACK OF 41 INTERFEROGRAMS & ESTIMATE TEMPORAL COHERENCE ##########
2025-05-27 13:09:31,660 - INFO - Prepare dataset: ifgs of <class 'numpy.complex64'> in size of (239, 931, 41)
2025-05-27 13:09:31,664 - INFO - Prepare dataset: temp_coh of <class 'numpy.float32'> in size of (239, 931)
open slc file: slcStack.h5
2025-05-27 13:09:32,751 - INFO - Patches processed: 1/1
2025-05-27 13:09:32,788 - INFO - Transform coordinates from latitude and longitude (WGS84) to North and East (UTM).
Traceback (most recent call last):
File "/home/suhora/anaconda3/envs/sarvey/bin/sarvey", line 8, in
sys.exit(main())
File "/home/suhora/anaconda3/envs/sarvey/lib/python3.10/site-packages/sarvey/sarvey_mti.py", line 311, in main
run(config=config, args=args, logger=logger)
File "/home/suhora/anaconda3/envs/sarvey/lib/python3.10/site-packages/sarvey/sarvey_mti.py", line 106, in run
proc_obj.runPreparation()
File "/home/suhora/anaconda3/envs/sarvey/lib/python3.10/site-packages/sarvey/processing.py", line 188, in runPreparation
coord_utm_obj.prepare(input_path=join(self.config.general.input_path, "geometryRadar.h5"))
File "/home/suhora/anaconda3/envs/sarvey/lib/python3.10/site-packages/sarvey/objects.py", line 183, in prepare
utm_crs = CRS.from_epsg(utm_crs_list[0].code)
IndexError: list index out of range
kindly help to figure out the issue?
Beta Was this translation helpful? Give feedback.
All reactions