Skip to content
Snippets Groups Projects
Commit 6c5349f9 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 82f2cb19
Branches
No related tags found
No related merge requests found
......@@ -62,9 +62,6 @@ def get_bounding_gfs_files(timestamp):
ftimes = []
for pname in filelist: # TODO: make better with regular expressions (someday)
fname = os.path.split(pname)[1]
# toks = fname.split('.')
# tstr = toks[1].split('_')[0]
# dto = datetime.datetime.strptime(tstr, gfs_date_format+'%H').replace(tzinfo=timezone.utc)
ftimes.append(get_timestamp(fname))
tarr = np.array(ftimes)
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment