ocssw
V2022
|
modis_l1aextract_utils.py
Go to the documentation of this file.
6 def __init__(self, filename, parfile=None, outfile=None, geofile=None, north=None, south=None, west=None, east=None
8 log=False, sensor=None, verbose=False):
56 print("ERROR: No MODIS_L1A_file was specified in either the parameter file or in the argument list. Exiting")
108 pixlincmd = [lonlat2pixline, self.geofile, str(self.west), str(self.south), str(self.east), str(self.north)]
list(APPEND LIBS ${PGSTK_LIBRARIES}) add_executable(atteph_info_modis atteph_info_modis.c) target_link_libraries(atteph_info_modis $
Definition: CMakeLists.txt:7
def __setitem__(self, index, item)
Definition: modis_l1aextract_utils.py:42
collection_id
Definition: modis_l1aextract_utils.py:25
def __init__(self, filename, parfile=None, outfile=None, geofile=None, north=None, south=None, west=None, east=None, log=False, sensor=None, verbose=False)
Definition: modis_l1aextract_utils.py:6
def __getitem__(self, index)
Definition: modis_l1aextract_utils.py:45
Definition: ParamUtils.py:1