This project involves the analysis of a hybrid renewable energy network using PyPSA (Python for Power System Analysis).
PyPSA is a Python library for simulating and optimizing power systems. This project focuses on analyzing a hybrid renewable energy network by utilizing various static network components.
The project is organized as follows:
data/
: Contains input data for the network analysis.scripts/
: Includes Python scripts for data processing and analysis.notebooks/
: Jupyter notebooks for interactive exploration and visualization.results/
: Output results from the analysis.
To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/tinegachris/hybrid_renewable_pypsa.git
cd hybrid_renewable_pypsa
Install the required dependencies:
pip install -r requirements.txt
Run the analysis:
python scripts/run_analysis.py
This project is licensed under the MIT License. See the LICENSE file for details.