Skip to content

Commit

Permalink
trip analyis for car free area
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Apr 3, 2024
1 parent 6b5deaa commit cbbb1ec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/main/java/org/matsim/analysis/TripAnalysisCarFree.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
package org.matsim.analysis;

import org.matsim.application.analysis.population.TripAnalysis;

public class TripAnalysisCarFree {

public static void main(String[] args) {

new TripAnalysis().execute(
"--input-trips", "/Users/gregorr/Volumes/math-cluster/matsim-leipzig/v1.3.1policyRuns/baseCase/output/output-leipzig-10pct/leipzig-10pct.output_trips.csv.gz",
"--input-persons", "/Users/gregorr/Volumes/math-cluster/matsim-leipzig/v1.3.1policyRuns/baseCase/output/output-leipzig-10pct/leipzig-10pct.output_persons.csv.gz",
"--shp", "/Users/gregorr/Volumes/math-cluster/matsim-leipzig/input/shp/leipzig_carfree_area_large/Zonen90_update.shp"
);



}

}

0 comments on commit cbbb1ec

Please sign in to comment.