From 1b19e7b6be3761a63ec87def1cafc76e98ebf537 Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Sat, 7 Oct 2023 13:29:50 -0500
Subject: [PATCH] snapshot...

---
 modules/util/util.py | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/modules/util/util.py b/modules/util/util.py
index 4da16621..53a129c9 100644
--- a/modules/util/util.py
+++ b/modules/util/util.py
@@ -669,17 +669,17 @@ geos_goes16_fd = None
 geos_goes16_conus = None
 geos_h08_fd = None
 
-f = open(ancillary_path+'geos_crs_goes16_FD.pkl', 'rb')
-geos_goes16_fd = pickle.load(f)
-f.close()
-
-f = open(ancillary_path+'geos_crs_goes16_CONUS.pkl', 'rb')
-geos_goes16_conus = pickle.load(f)
-f.close()
-
-f = open(ancillary_path+'geos_crs_H08_FD.pkl', 'rb')
-geos_h08_fd = pickle.load(f)
-f.close()
+# f = open(ancillary_path+'geos_crs_goes16_FD.pkl', 'rb')
+# geos_goes16_fd = pickle.load(f)
+# f.close()
+#
+# f = open(ancillary_path+'geos_crs_goes16_CONUS.pkl', 'rb')
+# geos_goes16_conus = pickle.load(f)
+# f.close()
+#
+# f = open(ancillary_path+'geos_crs_H08_FD.pkl', 'rb')
+# geos_h08_fd = pickle.load(f)
+# f.close()
 
 
 def get_cartopy_crs(satellite, domain):
-- 
GitLab