Simulation of electric vehicle charging demand.
The full documentation can be found here
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/
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
If you want to run SimBEV in the mode using probabilities, a data set is available here
scenarios
python -m simbev path/to/config
(defaults to python -m simbev scenarios/default/configs/default.cfg
)results
in the scenario directorySelect regio-type for the mobility characteristics:
Change vehicle configuration
Decide how many vehicles should be simulated
see LICENSE