ocssw
V2022
|
Functions | |
def | goci_timestamp (arg) |
def | hawkeye_timestamp (arg) |
def | hico_timestamp (arg) |
def | meris_timestamp (arg) |
def | msi_timestamp (arg) |
def | ocm2_timestamp (arg) |
def | olci_timestamp (arg) |
def | etm_timestamp (arg) |
def | sgli_timestamp (arg) |
def | tm_timestamp (arg) |
def | l9_timestamp (arg) |
Function Documentation
◆ etm_timestamp()
def seadasutils.timestamp_utils.etm_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a L7ETM L1B file.
Definition at line 138 of file timestamp_utils.py.
◆ goci_timestamp()
def goci_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a GOCI L1B file.
Definition at line 6 of file timestamp_utils.py.
◆ hawkeye_timestamp()
def hawkeye_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a HAWKEYE L1A file.
Definition at line 22 of file timestamp_utils.py.
◆ hico_timestamp()
def seadasutils.timestamp_utils.hico_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a HICO L1B file.
Definition at line 66 of file timestamp_utils.py.
◆ l9_timestamp()
def seadasutils.timestamp_utils.l9_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a L5TM L1B file.
Definition at line 178 of file timestamp_utils.py.
◆ meris_timestamp()
def seadasutils.timestamp_utils.meris_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a MERIS L1B file.
Definition at line 82 of file timestamp_utils.py.
◆ msi_timestamp()
def seadasutils.timestamp_utils.msi_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a OLCI L1B file.
Definition at line 96 of file timestamp_utils.py.
◆ ocm2_timestamp()
def seadasutils.timestamp_utils.ocm2_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a OCM2 L1B file.
Definition at line 109 of file timestamp_utils.py.
◆ olci_timestamp()
def seadasutils.timestamp_utils.olci_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a OLCI L1B file.
Definition at line 124 of file timestamp_utils.py.
◆ sgli_timestamp()
def seadasutils.timestamp_utils.sgli_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a SGLI L1B file.
Definition at line 152 of file timestamp_utils.py.
◆ tm_timestamp()
def seadasutils.timestamp_utils.tm_timestamp | ( | arg | ) |
Determine the start time, stop time, and platform of a L5TM L1B file.
Definition at line 165 of file timestamp_utils.py.