Skip to content

Commit

Permalink
put urls to input files into config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jan 7, 2022
1 parent 01edd1a commit 8896621
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</module>
<module name="network">
<param name="inputNetworkFile"
value="metropole-ruhr-v1.0.network_resolutionHigh-with-pt.xml.gz"/>
value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.0.network_resolutionHigh-with-pt.xml.gz"/>
</module>
<module name="plans">
<param name="inputPlansFile"
Expand All @@ -29,14 +29,14 @@
</module>
<module name="vehicles">
<param name="vehiclesFile"
value="metropole-ruhr-v1.0.mode-vehicles.xml"/>
value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.0.mode-vehicles.xml"/>
</module>
<module name="transit">
<param name="transitScheduleFile"
value="metropole-ruhr-v1.0-transitSchedule.xml.gz"/>
value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.0-transitSchedule.xml.gz"/>
<param name="useTransit" value="true"/>
<param name="vehiclesFile"
value="metropole-ruhr-v1.0-transitVehicles.xml.gz"/>
value="https://svn.vsp.tu-berlin.de/repos/public-svn/matsim/scenarios/countries/de/metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.0-transitVehicles.xml.gz"/>
</module>
<module name="planscalcroute">
<param name="networkModes" value="car,ride,bike"/>
Expand Down

0 comments on commit 8896621

Please sign in to comment.