Skip to content

Commit

Permalink
Try to get balanced route
Browse files Browse the repository at this point in the history
  • Loading branch information
atumscott committed Feb 14, 2023
1 parent 810d922 commit 786a0d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Binary file modified README_files/figure-gfm/overline-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,13 @@ list(
warning("No .Renviron file, routing may not work")
}
list(
plans = c("fastest", "balanced", "quietest"),
plans = c("balanced"),
# plans = c("fastest", "balanced", "quietest", "ebike"),
# plans = c("fastest"),
min_flow = 100, # Set to 1 for full build, set to high value (e.g. 400) for tests
max_to_route = 300, # Set to 10e6 or similar large number for all routes
# max_to_route = 10e6,
# min_flow = 100, # Set to 1 for full build, set to high value (e.g. 400) for tests
min_flow = 1,
# max_to_route = 300, # Set to 10e6 or similar large number for all routes
max_to_route = 10e6,
date_routing = "2023-02-14"
)
}),
Expand Down
Binary file modified figures/rnet-test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 786a0d2

Please sign in to comment.