Loading src/cso/cso_s5p.py +7 −7 Original line number Diff line number Diff line Loading @@ -2860,11 +2860,11 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # info ... logging.info(indent + ' orbit "%s" ...' % orbit) # TESTING .. if orbit != "21861": logging.warning(f"{indent} skip!") continue #endif ## TESTING .. #if orbit != "21861": # logging.warning(f"{indent} skip!") # continue ##endif # select single orbit matching expression: odf = xlst.Select( Loading Loading @@ -3226,8 +3226,8 @@ class CSO_S5p_Download(utopya.UtopyaRc): The expressions should include templates '%{header}' for the column values. Example to select files from collection '03', preferably from processing 'RPRO' but otherwise from 'OFFL':: <rcbase>.selection : (%{collection} == '03') and (%{processing} == 'RPRO') ; \\ (%{collection} == '03') and (%{processing} == 'OFFL') <rcbase>.selection : (%{collection} == '03') & (%{processing} == 'RPRO') ; \\ (%{collection} == '03') & (%{processing} == 'OFFL') Sometimes a file cannot be converted, for example because it is corrupted or could not be downloaded at all. Specify an (optional) blacklist:: Loading Loading
src/cso/cso_s5p.py +7 −7 Original line number Diff line number Diff line Loading @@ -2860,11 +2860,11 @@ class CSO_S5p_Convert(utopya.UtopyaRc): # info ... logging.info(indent + ' orbit "%s" ...' % orbit) # TESTING .. if orbit != "21861": logging.warning(f"{indent} skip!") continue #endif ## TESTING .. #if orbit != "21861": # logging.warning(f"{indent} skip!") # continue ##endif # select single orbit matching expression: odf = xlst.Select( Loading Loading @@ -3226,8 +3226,8 @@ class CSO_S5p_Download(utopya.UtopyaRc): The expressions should include templates '%{header}' for the column values. Example to select files from collection '03', preferably from processing 'RPRO' but otherwise from 'OFFL':: <rcbase>.selection : (%{collection} == '03') and (%{processing} == 'RPRO') ; \\ (%{collection} == '03') and (%{processing} == 'OFFL') <rcbase>.selection : (%{collection} == '03') & (%{processing} == 'RPRO') ; \\ (%{collection} == '03') & (%{processing} == 'OFFL') Sometimes a file cannot be converted, for example because it is corrupted or could not be downloaded at all. Specify an (optional) blacklist:: Loading