예제 #1
0
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     self.datafiles = {}
     self.geofile = None
     self.filename = None
     self.data = None
     self.areas = {}
예제 #2
0
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     self.datafiles = {}
     self.geofile = None
     self.filename = None
     self.data = None
     self.areas = {}
예제 #3
0
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     # Source of the data, 'local' or 'ears'
     self._source = None
     # Parser for getting info from the file names
     self._parser = None
     # Satellite config
     self._config = None
     # Location of geolocation files, required for 'local' products
     self._cloud_product_geodir = None
     # Name of the product having geolocation for 'local' products
     self._geolocation_product_name = None
예제 #4
0
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     # Source of the data, 'local' or 'ears'
     self._source = None
     # Parser for getting info from the file names
     self._parser = None
     # Satellite config
     self._config = None
     # Location of geolocation files, required for 'local' products
     self._cloud_product_geodir = None
     # Name of the product having geolocation for 'local' products
     self._geolocation_product_name = None
예제 #5
0
파일: viirs_sdr.py 프로젝트: mraspaud/mpop
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     self.geofiles = []
     self.shape = None
예제 #6
0
파일: viirs_sdr.py 프로젝트: pytroll/mpop
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
     self.geofiles = []
     self.shape = None
예제 #7
0
파일: viirs_sdr.py 프로젝트: ch-k/mpop
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)
예제 #8
0
 def __init__(self, *args, **kwargs):
     Reader.__init__(self, *args, **kwargs)