diff --git a/CHANGELOG.md b/CHANGELOG.md index 5654a366..906b0568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,24 @@ All notable changes to this project will be documented in this file. ### 6.2 (2024-06) - Updated network and gtfs schedule - - Network is now based on late 2022 osm data - - PT schedule is based in mid 2023, earlier data of this feed was not available - - The network conversion now uses a SUMO converter, a microscopic representation of the network will be available as well - - Free speed of the network has been calibrated as described in the paper "Road network free flow speed estimation using microscopic simulation and point-to-point travel times" + - Network is now based on late 2022 osm data + - PT schedule is based in mid 2023, earlier data of this feed was not available + - The network conversion now uses a SUMO converter, a microscopic representation of the network will be available as well + - Free speed of the network has been calibrated as described in the paper "Road network free flow speed estimation using microscopic simulation and point-to-point travel times" - Walking speed increased to match reference data - Recalibration of mode constants (ASCs) - Updated commercial traffic, especially the trip duration should be more realistic - Added a run class for DRT scenarios - Please note that the 6.3 version is released nearly at the same time - - Because of that 6.2 was not calibrated to the same accuracy - - Rather use the newest version, which also includes all features of 6.2 + - Because of that 6.2 was not calibrated to the same accuracy + - Rather use the newest version, which also includes all features of 6.2 + +### 6.1.1 (2024-06-11) + +- Fix ASCs in tbe 6.1 config + - The calibrated ASCs have not been correctly copied to the 6.1 config, this is now fixed. +- All input files remain the same + - The existing output remains the same as well, because this run was using the correct ASC values ### 6.1 (2024-04-17) diff --git a/input/v6.1/berlin-v6.1.config.xml b/input/v6.1/berlin-v6.1.config.xml index baeb2f11..bab2b13e 100644 --- a/input/v6.1/berlin-v6.1.config.xml +++ b/input/v6.1/berlin-v6.1.config.xml @@ -114,7 +114,7 @@ - + @@ -125,7 +125,7 @@ - + @@ -137,7 +137,7 @@ - + @@ -147,7 +147,7 @@ - + diff --git a/pom.xml b/pom.xml index 1c47a326..8be4539d 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ 4.0.0 com.github.matsim-scenarios matsim-berlin - 6.2-SNAPSHOT + 6.2 MATSim Open Berlin scenario MATSim Open Berlin scenario