From b0d581d1531f041774bba85513d0e517491cd5fe Mon Sep 17 00:00:00 2001 From: rakow Date: Mon, 16 Sep 2024 10:54:44 +0200 Subject: [PATCH] update matsim, which fixes new pt pseudo network --- Makefile | 3 +-- pom.xml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index faecaf61..7e5ee1d6 100644 --- a/Makefile +++ b/Makefile @@ -122,8 +122,7 @@ $p/berlin-$V-network-with-pt.xml.gz: $p/berlin-$V-network.xml.gz $(sc) prepare transit-from-gtfs --network $< --output=$p\ --name berlin-$V --date "2023-06-07" --target-crs $(CRS) \ $(germany)/gtfs/complete-pt-2023-06-06.zip\ - --shp $p/pt-area/pt-area.shp\ - --validate=false + --shp $p/pt-area/pt-area.shp $p/berlin-$V-counts-vmz.xml.gz: $p/berlin-$V-network.xml.gz $(sc) prepare counts-from-vmz\ diff --git a/pom.xml b/pom.xml index 3c37d5c9..c87a1c2e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ matsim-all - 2025.0-PR3423 + 2025.0-PR3483