Loading src/cso/cso_s5p.py +9 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ # 2025-04, Arjo Segers # Changed imports for python packaging. # # 2025-09, Arjo Segers # Trap multiple selections from inquire table as this might indicate # a problem in the table or the selection. # ######################################################################## Loading Loading @@ -2863,6 +2867,11 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # no orbit found? next: if len(odf) == 0: continue elif len(odf) > 1: logging.error(f"found {len(odf)} records matching selection;" + " use finer selection, or something wrong in inquiry table?" ) raise Exception #endif # selected record: rec = odf.GetRecord(0) Loading Loading
src/cso/cso_s5p.py +9 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ # 2025-04, Arjo Segers # Changed imports for python packaging. # # 2025-09, Arjo Segers # Trap multiple selections from inquire table as this might indicate # a problem in the table or the selection. # ######################################################################## Loading Loading @@ -2863,6 +2867,11 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # no orbit found? next: if len(odf) == 0: continue elif len(odf) > 1: logging.error(f"found {len(odf)} records matching selection;" + " use finer selection, or something wrong in inquiry table?" ) raise Exception #endif # selected record: rec = odf.GetRecord(0) Loading