From 9a23d5a2d5629bb725e0900d64dfa8b66fa3b831 Mon Sep 17 00:00:00 2001 From: Janek Laudan Date: Wed, 21 Jul 2021 11:51:33 +0200 Subject: [PATCH] create branch 1.1 with updated readme --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index efd9c75..ed5bb84 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,6 @@ -# matsim-example-project +# matsim-velbert -A small example of how to use MATSim as a library. - -By default, this project uses the latest (pre-)release. In order to use a different version, edit `pom.xml`. - -A recommended directory structure is as follows: -* `src` for sources -* `original-input-data` for original input data (typically not in MATSim format) -* `scenarios` for MATSim scenarios, i.e. MATSim input and output data. A good way is the following: - * One subdirectory for each scenario, e.g. `scenarios/mySpecialScenario01`. - * This minimally contains a config file, a network file, and a population file. - * Output goes one level down, e.g. `scenarios/mySpecialScenario01/output-from-a-good-run/...`. +A scenario of the Velbert in Germany. The current version is v1.1. The necessary input files can be optained from the VSP team. ### Import into eclipse