Skip to content

Commit

Permalink
added counts from vmz
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoerner committed Jul 14, 2023
1 parent ee6d0d8 commit 3258929
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ $p/berlin-v6.1-network-with-pt.xml.gz: $p/berlin-v6.1-network.xml.gz
$(germany)/gtfs/complete-pt-2023-06-06.zip\
--shp $p/pt-area/pt-area.shp

$p/berlin-v6.1-car-counts-from-vmz.xml.gz: $p/berlin-v6.1-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\
--network $<\
--network-geometries $p/berlin-v6.1-network-linkGeometries.csv\
--output $p\
--version berlin-$(V)\
--input-crs EPSG:31468\
--target-crs $(CRS)

# TODO: naming scheme must be updated
$p/berlin-$V-car-counts.xml.gz: $p/berlin-$V-network.xml.gz
$(sc) prepare create-counts\
Expand Down

0 comments on commit 3258929

Please sign in to comment.