Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 666 Bytes

Network-comparison

This repository contains the code aimed at comparing two pypsa networks and the repository is under active development.

Installation

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

Usage

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.