From bc866ab414e138c63fe318279d61b9b37ccee531 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 8 Dec 2020 13:49:15 -0600
Subject: [PATCH] snapshot...

---
 modules/aeolus/aeolus_amv.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index 421c0188..5e821d70 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -237,8 +237,8 @@ def match_amvs_to_raobs(raob_dict,  raob_time, amv_files, filepath=None):
     if amv_files.elem_name is None or amv_files.line_name is None:
         cc, ll = nav.earth_to_lc_s(amv_lons, amv_lats)
     else:
-        cc = ds[amv_files.elem_name][:]
-        ll = ds[amv_files.line_name][:]
+        cc = ds[amv_files.elem_name][:].data
+        ll = ds[amv_files.line_name][:].data
 
     param_s = []
     param_s.append(amv_lons)
-- 
GitLab