pysiral.envisat.iotools
Classes
Template for default pysiral class with logging/error handling capabilities |
Module Contents
- class pysiral.envisat.iotools.EnvisatSGDRNC(cfg)
Bases:
pysiral.core.legacy_classes.DefaultLoggingClassTemplate for default pysiral class with logging/error handling capabilities
- error
- cfg
- get_file_for_period(period: DatePeriod) List[str]
Query for Sentinel Level-2 files for a specific period. :param period: dateperiods.DatePeriod :return: sorted list of filenames
- _reset_file_list() None
Resets the result of previous file searches
- _query(period: DatePeriod) None
Searches for files in the given period and stores result in property _sorted_list :param period: dateperiods.DatePeriod :return: None
- _get_lookup_folder(year, month, day) pathlib.Path
- property sorted_list: List[str]