Skip to content

Commit

Permalink
add code for berlin down town cutout
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Feb 5, 2025
1 parent cfaef69 commit 5f4a368
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,19 @@ $p/berlin-$V-10pct.plans.xml.gz:
--remove-unselected-plans\
--output $(subst 10pct,3pct,$@)

$p/inner-city/berlin-downtown-$V-3pct.xml.gz:

mkdir -p $p/inner-city

$(sc) prepare scenario-cutout\
--population $p/berlin-$V-3pct.plans.xml.gz\
--facilities $p/berlin-$V-facilities.xml.gz\
--network $p/berlin-$V-network.xml.gz\
--output-population $@\
--output-network $p/inner-city/berlin-downtown-$V-network.xml.gz\
--output-facilities $p/inner-city/berlin-downtown-$V-facilities.xml.gz\
--input-crs $(CRS)\
--shp "https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/berlin/berlin-v6.4/input/shp/berlin_inner_city.gpkg"

$p/berlin-$V.drt-by-rndLocations-10000vehicles-4seats.xml.gz: $p/berlin-$V-network.xml.gz
$(sc) prepare create-drt-vehicles\
Expand Down

0 comments on commit 5f4a368

Please sign in to comment.