Michael Ross

Results 58 issues of Michael Ross

@mraross commented on [Wed Oct 05 2016](https://github.com/bcgov/api-specs/issues/71) Currently, route directions include a leg for every road, bridge, underpass, snowshed, or tunnel traversal. This is useful detail to have when defining...

enhancement
api
ROUTE PLANNER
functional route planner
rpng
P1

Currently, the router will return sub-partitions by partitioning criteria specified in the routing request but it doesn't return the lengths (or distances), of those sub-partitions. By computing and returning subpartition...

enhancement
api
ROUTE PLANNER
functional route planner
rpng
P2

Currently, when a request for an optimal route is made with isRoundTrip=false, the application user is not expecting their destination to change. To support this, keep the last route point...

enhancement
api
ROUTE OPTIMIZER

Find the best truck route in a way that allows a user to override some restrictions. These overrides will result in a best route that goes through violated restrictions. The...

enhancement
api
ROUTE PLANNER
restriction-aware routing
functional route planner
truck routing
rpng
P3
estimate review needed

@gleeming commented on [Wed May 02 2018](https://github.com/bcgov/api-specs/issues/328) There are road features in ITN with street names of "emergency lane". These are typically short connectors between divided segments and not at...

enhancement
api
restriction-aware routing
functional route planner
rpng
P1
estimate review needed

No need to keep multiple month's traffic data in in-memory db. Just load in data for appropriate month each reboot. This will save a lot of memory but will require...

advanced route planning
data
data prep scripts
traffic

OnRoute needs to know all "permitting regions" a given best route passes through to determine the applicable permitting regulation. This is an enhancement to route partitioning (see #162 ). [LS015]

enhancement
api
ROUTE PLANNER
functional route planner
truck routing
rpng
P1
estimate review needed

@mraross commented on [Mon Jun 04 2018](https://github.com/bcgov/api-specs/issues/338) Seasonal load restrictions refer to a specific type of weight limit applied to roads during periods of freezing, thawing, and heavy rains.

enhancement
api
data prep scripts
restriction-aware routing
functional route planner
road events
truck routing
rpng

By design, truck/directions honours all soft road restrictions. This means a user may provide waypoints and vehicle dimensions for which there is no valid route. The user may change their...

advanced route planning
ROUTE PLANNER
restriction-aware routing
functional route planner
truck routing
rpng
P2

new truck-specific params: followTruckRoute = boolean true/false truckRouteMultiplier = numeric value height = numeric value; OAH (overall height) width = numeric value; OAW (overall width) length = numeric value; OAL...

documentation
low priority
ROUTE PLANNER
ROUTE OPTIMIZER
task