pomato.data

Data Management of POMATO which interfaces all components.

This module is divided into one main and three sub-modules:
  • DataManagement : The main hub for the data. An instance of this class is attached to the POMATO main module to provide access to all relevant data. It manages the read in of raw data, processing and validating the raw data and the means to store, process, analyses and access the results.

This is done within the two sub-modules:
  • DataWorker : Reading in data from an excel or matpower file.

  • Results : Since the DataManagement module is available to the market model the market result is processed alongside the input data in the ResultProcessing Module. It collects different methods make standard results available to the user in an easy way and is meant to simplify result analysis.

Classes

DataManagement(options, wdir)

The DataManagement class provides processed data to all other modules in POMATO

DataWorker(data, file_path)

Data Worker Module reads data from disk.

Results(data, grid, result_folder)

Results of POMATO makes market results available to the user.