pysiral.envisat.iotools ======================= .. py:module:: pysiral.envisat.iotools Classes ------- .. autoapisummary:: pysiral.envisat.iotools.EnvisatSGDRNC Module Contents --------------- .. py:class:: EnvisatSGDRNC(cfg) Bases: :py:obj:`pysiral.core.legacy_classes.DefaultLoggingClass` Template for default pysiral class with logging/error handling capabilities .. py:attribute:: error .. py:attribute:: cfg .. py:method:: 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 .. py:method:: _reset_file_list() -> None Resets the result of previous file searches .. py:method:: _query(period: DatePeriod) -> None Searches for files in the given period and stores result in property _sorted_list :param period: dateperiods.DatePeriod :return: None .. py:method:: _get_lookup_folder(year, month, day) -> pathlib.Path .. py:property:: sorted_list :type: List[str]