rl-institut / simbev

MIT License
10 stars 4 forks source link

SimBEV

Simulation of electric vehicle charging demand.

Documentation

The full documentation can be found here

Installation

Install using pip

First, clone via SSH using

git clone git@github.com:rl-institut/simbev.git /local/path/to/simbev/

Make sure you have Python >= 3.8 installed, let's create a virtual env:

virtualenv --python=python3.8 simbev
source simbev/bin/activate

Install package with

pip install -e /local/path/to/simbev/

Install using conda

Make sure you have conda installed, e.g. miniconda. Then create the env:

conda env create -n simbev -f /local/path/to/simbev/environment.yml
conda activate simbev

Run simBEV

Get the data

If you want to run SimBEV in the mode using probabilities, a data set is available here

Create a scenario

Set parameters for your scenario

Select regio-type for the mobility characteristics:

Change vehicle configuration

Decide how many vehicles should be simulated

License

see LICENSE