Skip to content
Snippets Groups Projects
Commit 10725d2f authored by tomrink's avatar tomrink
Browse files

snapshot...

parent f573e329
No related branches found
No related tags found
No related merge requests found
...@@ -51,9 +51,9 @@ def get_goes_datasource(timestamp): ...@@ -51,9 +51,9 @@ def get_goes_datasource(timestamp):
yr_date = yr_dir+date_dir yr_date = yr_dir+date_dir
files_path = goes16_directory + '/' + yr_dir + '/' + date_dir + '/abi' + '/L1b' + '/RadC/' files_path = goes16_directory + '/' + yr_dir + '/' + date_dir + '/abi' + '/L1b' + '/RadC/'
print(files_path)
ds = goes_ds_dct.get(yr_date) ds = goes_ds_dct.get(yr_date)
if ds is None: if ds is None:
print(yr_date)
ds = GOESL1B(files_path) ds = GOESL1B(files_path)
goes_ds_dct[yr_date] = ds goes_ds_dct[yr_date] = ds
return ds return ds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment