pypsa-meets-earth / network-comparison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:Python 57.2%Language:Jupyter Notebook 42.8%