Getting started

System requirements

The recommended system requirements are as follows:

  • Broadband Internet connection.

  • RAM memory: it is recommended to have 32GB.

  • Operating system: the models run on any operating system that supports Python and Poetry.

  • Python: version 3.10.

  • Poetry: version 2.1.1.

To make sure Python 3.10 is installed.:

python --version

And to make make sure that Poetry 2.1.1 is installed:

poetry --version

Installation

Clone the repository in the desired directory:

To install the Solar Energy Model, enter the following command:

poetry install

Execution

Once installed, execute the Solar Energy Model entering the command:

poetry run python solar_power_plants.py <input_payload> <start_time> <end_time>

For example:

poetry run python solar_power_plants.py input.json 2019-01-01T00:00:00 2019-01-07T23:00:00