Skip to content
Snippets Groups Projects
Commit a3afee60 authored by rink's avatar rink
Browse files

snapshot..

parent 4e1ed229
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class AMVFiles: ...@@ -59,7 +59,7 @@ class AMVFiles:
class Framework(AMVFiles): class Framework(AMVFiles):
def __init__(self, files_path, file_time_span, band='14'): def __init__(self, files_path, file_time_span, band='14'):
super().__init__(self, files_path, file_time_span, '*WINDS_AMV_EN-' + band + '*.nc', band) super().__init__(files_path, file_time_span, '*WINDS_AMV_EN-' + band + '*.nc', band)
def get_navigation(self): def get_navigation(self):
GEOSNavigation(sub_lon=-75.0) GEOSNavigation(sub_lon=-75.0)
...@@ -77,7 +77,7 @@ class Framework(AMVFiles): ...@@ -77,7 +77,7 @@ class Framework(AMVFiles):
class OPS(AMVFiles): class OPS(AMVFiles):
def __init__(self, files_path, file_time_span, band='14'): def __init__(self, files_path, file_time_span, band='14'):
super().__init__(self, files_path, file_time_span, 'OR_ABI-L2-DMWF*'+'C'+band+'*.nc', band) super().__init__(files_path, file_time_span, 'OR_ABI-L2-DMWF*'+'C'+band+'*.nc', band)
def get_navigation(self): def get_navigation(self):
return GEOSNavigation(sub_lon=-75.0) return GEOSNavigation(sub_lon=-75.0)
...@@ -94,7 +94,7 @@ class OPS(AMVFiles): ...@@ -94,7 +94,7 @@ class OPS(AMVFiles):
class CarrStereo(AMVFiles): class CarrStereo(AMVFiles):
def __init__(self, files_path, file_time_span, band='14'): def __init__(self, files_path, file_time_span, band='14'):
super().__init__(self, files_path, file_time_span, '*WINDS_AMV_EN-' + band + '*.nc', band) super().__init__(files_path, file_time_span, '*WINDS_AMV_EN-' + band + '*.nc', band)
def get_navigation(self): def get_navigation(self):
return GEOSNavigation(sub_lon=-137.0) return GEOSNavigation(sub_lon=-137.0)
......
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