Skip to content

Commit

Permalink
attempt to guess ids and departure times of circle line to replace ha…
Browse files Browse the repository at this point in the history
…rd coded values, add to make file
  • Loading branch information
vsp-gleich committed Dec 13, 2024
1 parent 9270a9d commit 95449f6
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 80 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,13 @@ $p/berlin-$V-network-with-pt.xml.gz: $p/berlin-$V-network.xml.gz
$(germany)/gtfs/complete-pt-2023-06-06.zip\
--shp $p/pt-area/pt-area.shp

$(sc) prepare endless-circle-line\
--network $p/berlin-$V-network-with-pt.xml.gz\
--transit-schedule $p/berlin-$V-transitSchedule.xml.gz\
--transit-vehicles $p/berlin-$V-transitVehicles.xml.gz\
--output-transit-schedule $p/berlin-$V-transitSchedule-endless-circle-line.xml.gz
--output-transit-vehicles $p/berlin-$V-transitVehicles-endless-circle-line.xml.gz

$p/berlin-$V-counts-vmz.xml.gz: $p/berlin-$V-network.xml.gz
$(sc) prepare counts-from-vmz\
--excel ../shared-svn/projects/matsim-berlin/berlin-v5.5/original_data/vmz_counts_2018/Datenexport_2018_TU_Berlin.xlsx\
Expand Down
Loading

0 comments on commit 95449f6

Please sign in to comment.