Skip to content
Snippets Groups Projects
Commit 10c2a779 authored by Geoff Cureton's avatar Geoff Cureton
Browse files

Now can handle different product versions on a per-satellite basis. Uses...

Now can handle different product versions on a per-satellite basis. Uses updated CF-converter package which now generates a candidate fusion nc4 files from a CDL file.
parent 1a8c7e62
No related branches found
No related tags found
No related merge requests found
......@@ -21,10 +21,8 @@ comp = FUSION_MATLAB()
#granule = datetime(2015, 4, 17, 14)
#interval = TimeInterval(granule, granule+timedelta(minutes=0))
satellite = 'snpp'
#satellite = 'noaa20'
#satellite = 'aqua'
version = '1.0dev10' # base VIIRS level-1b
satellite, version = 'snpp', '1.0.0dev1'
satellite, version = 'noaa20', '1.0.1dev1'
def local_execute_example(interval, satellite, version, skip_prepare=False, skip_execute=False, verbosity=2):
......
This diff is collapsed.
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