diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 95266eb3c52bd87d2bdd7b5bb49806c66608f9a7..976cf202ce436d51b4d1d4895749769566343fce 100644 --- a/modules/icing/pirep_goes.py +++ b/modules/icing/pirep_goes.py @@ -330,7 +330,7 @@ def run(pirep_dct, platform, outfile=None, outfile_l1b=None, dt_str_start=None, last_h5f.close() last_h5f = h5f last_clvr_file = clvr_file - print(get_time_tuple_utc(time)) + print(datetime.datetime.fromtimestamp(time)) else: h5f = last_h5f @@ -344,7 +344,6 @@ def run(pirep_dct, platform, outfile=None, outfile_l1b=None, dt_str_start=None, cc_a, ll_a = nav.earth_to_lc_s(lon_s, lat_s) # non-navigable, skip if cc_a[0] < 0 or ll_a[0] < 0: - print('Navigation problem: ', lon, lat) continue if skip and (cc_a[0] == cc and ll_a[0] == ll): # time adjacent duplicate, skip