We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01da4a8 commit 20a173fCopy full SHA for 20a173f
1 file changed
dataqs/hadghcnd/hadghcnd.py
@@ -151,8 +151,6 @@ def run(self):
151
tarfile = self.download(src)
152
cdf_files = untar(os.path.join(self.tmp_dir, tarfile), self.tmp_dir)
153
for cdf in cdf_files:
154
- interval = re.findall('\d{4}-\d{4}',
155
- os.path.basename(cdf))[0]
156
for measure in ('tmin', 'tmax'):
157
ncds_gdal_name = 'NETCDF:{}:{}'.format(cdf, measure)
158
ncds = gdal.Open(ncds_gdal_name)
0 commit comments