Skip to content

Commit

Permalink
add cut on boundary for long distance
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed May 21, 2024
1 parent 1d115aa commit 303717d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public Integer call() {
"--input-crs", shapeCRS,
"--target-crs", shapeCRS,
"--shp-crs", shapeCRS,
"--cut-on-boundary",
"--tripType", "TRANSIT"
);
Population population = PopulationUtils.readPopulation(longDistanceFreightPopulationName);
Expand Down

0 comments on commit 303717d

Please sign in to comment.