Skip to content

Commit 20a173f

Browse files
author
Matt Bertrand
committed
Removed unused variable
1 parent 01da4a8 commit 20a173f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

dataqs/hadghcnd/hadghcnd.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ def run(self):
151151
tarfile = self.download(src)
152152
cdf_files = untar(os.path.join(self.tmp_dir, tarfile), self.tmp_dir)
153153
for cdf in cdf_files:
154-
interval = re.findall('\d{4}-\d{4}',
155-
os.path.basename(cdf))[0]
156154
for measure in ('tmin', 'tmax'):
157155
ncds_gdal_name = 'NETCDF:{}:{}'.format(cdf, measure)
158156
ncds = gdal.Open(ncds_gdal_name)

0 commit comments

Comments
 (0)