From 733cf66a39717367ee6f0870dffaa44a39acbfa8 Mon Sep 17 00:00:00 2001 From: zxdawn Date: Thu, 28 Jan 2021 13:11:02 +0800 Subject: [PATCH] Correct the a_name of pdict --- satpy/readers/agri_l1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satpy/readers/agri_l1.py b/satpy/readers/agri_l1.py index ec3696fc19..7906471533 100644 --- a/satpy/readers/agri_l1.py +++ b/satpy/readers/agri_l1.py @@ -152,7 +152,7 @@ def get_area_def(self, key): pdict['a_name'] = self.filename_info['observation_type']+'_2000m' pdict['p_id'] = 'FY-4A, 2000m' else: - pdict['a_name'] = self.filename_info['observation_type']+'_2000m' + pdict['a_name'] = self.filename_info['observation_type']+'_4000m' pdict['p_id'] = 'FY-4A, 4000m' pdict['coff'] = pdict['coff'] + 0.5