Skip to content

Commit

Permalink
fix test, use epsg code instead of GK4
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaddoura committed Nov 27, 2019
1 parent f810b19 commit ced1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/matsim/analysis/od/ODAnalysisTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public final void odAnalysisTest() {
config.controler().setOutputDirectory(outputDirectory);
Network network = ScenarioUtils.loadScenario(config).getNetwork();

ODAnalysis odAnalysis = new ODAnalysis(outputDirectory, network, runId, shapeFile, "GK4" , zoneId, modes, scaleFactor);
ODAnalysis odAnalysis = new ODAnalysis(outputDirectory, network, runId, shapeFile, "EPSG:31468" , zoneId, modes, scaleFactor);
odAnalysis.process(handler1);

String csvFilename = outputDirectory+ "/od-analysis/" + runId + ".od-analysis_0.0-36.0_drt.csv";
Expand Down

0 comments on commit ced1339

Please sign in to comment.