From 9f57a4c3e4b0e7d44e020b42e3a56bc8446d206e Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Wed, 11 Dec 2024 14:52:03 -0600 Subject: [PATCH] snapshot... --- modules/icing/pirep_goes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py index 95266eb3..976cf202 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 -- GitLab