pytrnsys_process.config.settings.Reader#

class pytrnsys_process.config.settings.Reader(folder_name_for_printer_files: str = 'temp', read_step_files: bool = False, read_deck_files: bool = True, force_reread_prt: bool = False, starting_year: int = 2024)[source]#

Class holding global settings for the reading files.

folder_name_for_printer_files#

Name of the data folder inside the simulation directly (Default: ‘temp’)

Type:

str

read_step_files#

Step files are ignored by default.

Type:

bool

read_deck_files#

Deck files are parsed for constants by default.

Type:

bool

force_reread_prt#

Processing will use the faster pickle files, unless this is True.

Type:

bool

starting_year#

The reader will use this to set the year in which the data starts in the datetime index.

Type:

int

__init__(folder_name_for_printer_files: str = 'temp', read_step_files: bool = False, read_deck_files: bool = True, force_reread_prt: bool = False, starting_year: int = 2024) None#

Methods

__init__([folder_name_for_printer_files, ...])

Attributes

folder_name_for_printer_files: str = 'temp'#
read_step_files: bool = False#
read_deck_files: bool = True#
force_reread_prt: bool = False#
starting_year: int = 2024#
__init__(folder_name_for_printer_files: str = 'temp', read_step_files: bool = False, read_deck_files: bool = True, force_reread_prt: bool = False, starting_year: int = 2024) None#