diff --git a/README.md b/README.md index 0b5d6394..fa45fb84 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ [![Build Status](https://github.com/matsim-scenarios/matsim-berlin/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/matsim-scenarios/matsim-berlin/actions/workflows/build.yaml) ![license](https://img.shields.io/github/license/matsim-scenarios/matsim-berlin.svg) -![JDK](https://img.shields.io/badge/JDK-17+-green.svg) +![JDK](https://img.shields.io/badge/JDK-21+-green.svg) # The MATSim Open Berlin Scenario -![Berlin MATSim network and agents)](scenarios/berlin-v5.5-10pct/visualization-berlin.png "Berlin MATSim network and agents") +![Berlin MATSim network and agents)](input/visualization.png "MATSim Open Berlin network, vehicles and activities") ## About this project @@ -13,9 +13,9 @@ This repository provides an open MATSim transport model for Berlin, provided by Currently, there are multiple versions of the MATSim Open Berlin model: -### 10pct scenario (`input/v6.3`) +### 10pct scenario (`input/v6.4`) -This scenario contains both 10pct and 1pct sample of the Greater Berlin population; road capacities are accordingly reduced. The scenario is calibrated taking into consideration the traffic counts, modal split and mode-specific trip distance distributions. +This scenario contains a 10pct, 3pct and 1pct sample of the Greater Berlin population; road capacities are accordingly reduced. The scenario is calibrated taking into consideration the traffic counts, modal split and mode-specific trip distance distributions. ## Licenses @@ -38,14 +38,14 @@ Handling of large files within git is not without problems (git lfs files are no 1. Open SimWrapper at https://simwrapper.github.io/site/ . 1. Select Explore Data Sources -> VSP Public-SVN . -1. Navigate to de -> berlin -> berlin-v6.3 (https://simwrapper.github.io/site/public/de/berlin/berlin-v6.3). +1. Navigate to de -> berlin -> berlin-v6.4 (https://simwrapper.github.io/site/public/de/berlin/berlin-v6.4). 1. Enjoy the dashboards and visualizations. ### Run VIA on output files 1. Get VIA from https://www.simunto.com/via/. (There is a free license for a small number of agents; that will probably work but only display a small number of vehicles/agents.) 1. Go to https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/berlin/ . -1. Decide for a scenario that you find interesting (e.g. `berlin-v6.3`) and go into that directory. +1. Decide for a scenario that you find interesting (e.g. `berlin-v6.4`) and go into that directory. 1. Inside there, look for an `output-*` directory that you find interesting and go into that directory. 1. Download `*.output_network.xml.gz` and `*.output_events.xml.gz`. Best make sure that they do not uncompress, e.g. by "Download linked file as ...". 1. Get these files into VIA. This can be achieved in various ways; one is to open VIA and then drag the files from a file browser into VIA. diff --git a/input/visualization.png b/input/visualization.png new file mode 100644 index 00000000..bd804e05 Binary files /dev/null and b/input/visualization.png differ