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

snapshot...

parent 4dd894eb
Branches
No related tags found
No related merge requests found
......@@ -383,10 +383,13 @@ def match_amvs_to_aeolus(aeolus_dict, amv_files_path, amv_source='OPS', band='14
if f_idx is None:
continue
profs = aeolus_dict.get(key)
layers = profs[0]
if layers is None:
if profs is None:
continue
layers = profs
if isinstance(profs, list):
layers = profs[0]
lat = layers[0, 0]
lon = layers[0, 1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment