From b6743d609873efa94b327ef4e7d2f9e455590410 Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Mon, 4 Oct 2021 16:30:22 -0500 Subject: [PATCH] minor --- modules/aeolus/datasource.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/aeolus/datasource.py b/modules/aeolus/datasource.py index 7c907628..2c873379 100644 --- a/modules/aeolus/datasource.py +++ b/modules/aeolus/datasource.py @@ -143,10 +143,6 @@ class CLAVRx_H08(Files): def get_datetime(self, pathname): filename = os.path.split(pathname)[1] - so = re.search('_s\\d{11}', filename) - dt_str = so.group() - dto = datetime.datetime.strptime(dt_str, '_s%Y%j%H%M').replace(tzinfo=timezone.utc) - dto = datetime.datetime.strptime(filename, 'clavrx_H08_%Y%m%d_%H%M_B01_FLDK_R.level2.nc').replace(tzinfo=timezone.utc) return dto -- GitLab