33 lines
911 B
Markdown
33 lines
911 B
Markdown
|
# CERC PV Workflow
|
||
|
|
||
|
## Introduction
|
||
|
The CERC PV Workflow is designed to size and model different types of PV systems
|
||
|
|
||
|
## System Requirements
|
||
|
- **`Software Requirements`**:
|
||
|
Operating System: Windows, macOS, or Linux
|
||
|
Python Version: 3.8 or higher
|
||
|
|
||
|
|
||
|
- **`Python Dependencies`**:
|
||
|
The application requires several Python libraries. These can be installed using the following command:
|
||
|
```bash
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
Ensure you have the required database drivers installed (e.g., psycopg2 for PostgreSQL, mysql-connector-python for MySQL).
|
||
|
|
||
|
## Application Setup
|
||
|
- **`Clone or Download the Project`**:
|
||
|
Start by downloading or cloning the project repository into your local system:
|
||
|
```bash
|
||
|
git clone https://ngci.encs.concordia.ca/gitea/s_ranjbar/pv_workflow.git
|
||
|
```
|
||
|
|
||
|
## Workflow Applications
|
||
|
- **`Solar Angles Calculation`**:
|
||
|
- **`Solar Radiation on Tilted Surfaces`**:
|
||
|
- **`PV system assessment`**:
|
||
|
|
||
|
|