Skip to content

Commit

Permalink
Merge pull request #17 from matsim-scenarios/removeUnselcetedPlans
Browse files Browse the repository at this point in the history
Remove unselceted plans
  • Loading branch information
rakow authored Mar 18, 2024
2 parents 0260465 + 830162b commit 0c1ad6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static void main(String[] args) throws Exception {
"--plans=../../shared-svn/projects/matsim-metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.4-3pct.plans.xml.gz",
"--output=../../shared-svn/projects/matsim-metropole-ruhr/metropole-ruhr-v1.0/input/metropole-ruhr-v1.4-3pct.plans-withoutRoutes.xml.gz",
"--remove-routes=true",
"--remove-unselected-plans=true",
"--remove-activity-location=true"
};
new CleanPopulation().execute(argsForRemoveRoutesFromPlans);
Expand Down

0 comments on commit 0c1ad6f

Please sign in to comment.