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

snapshot...

parent c38b73cf
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,8 @@ def run_all(directory): ...@@ -20,8 +20,8 @@ def run_all(directory):
if not p.is_dir(): if not p.is_dir():
continue continue
l1b_files = glob.glob(directory + p.name+'/'+'clavrx_snpp_viirs*.uwssec*.nc') # l1b_files = glob.glob(directory + p.name+'/'+'clavrx_snpp_viirs*.uwssec*.nc')
# l1b_files = glob.glob(directory + p.name + '/' + 'VNP02MOD*.uwssec.nc') l1b_files = glob.glob(directory + p.name + '/' + 'VNP02MOD*.uwssec.nc')
label_valid_tiles = [] label_valid_tiles = []
label_train_tiles = [] label_train_tiles = []
......
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