Skip to content
Snippets Groups Projects
Commit ea4190e8 authored by tomrink's avatar tomrink
Browse files

minor

parent 00b61330
No related branches found
No related tags found
No related merge requests found
......@@ -313,7 +313,7 @@ def run(pirep_dct, platform, outfile=None, outfile_l1b=None, dt_str_start=None,
lon_s[0] = lon
cc_a, ll_a = nav.earth_to_lc_s(lon_s, lat_s) # non-navigable, skip
if cc_a[0] < 0:
if cc_a[0] < 0 or ll_a[0] < 0:
continue
if cc_a[0] == cc and ll_a[0] == ll: # time adjacent duplicate, skip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment