This repository contains the code aimed at comparing two pypsa networks and the repository is under active development.
To use the package, please clone the repository:
cd your-path/
git clone https://github.com/pypsa-meets-earth/network-comparison
cd network-comparison
Then, install the conda environment:
conda env create -f environment.yaml
conda activate network-comparison
The package is currently under development; in the notebooks folder you can find some examples of how to use the package. In the scripts folder, additional auxiliary functions are available.