ols-router icon indicating copy to clipboard operation
ols-router copied to clipboard

BC Advanced Route Planner

Results 72 ols-router issues
Sort by recently updated
recently updated
newest added

Create a cpf plugin called fleetDirections that solves the vehicle routing problem. The vehicle routing problem is the travelling salesman problem for multiple vehicles and various additional constraints like time-windows....

enhancement
ROUTE OPTIMIZER
truck routing

Merging can only be done if edges have compatible properties. For example, an edge that is a designated truck route can't be merged into an edge that isn't.

enhancement
data
data prep scripts
functional route planner

A complex curve is a curve embedded in a road segment that a truck over a given length and width can't negotiate safely. Road segments with complex curves need to...

enhancement
api
restriction-aware routing
functional route planner
truck routing

We get to do error-handling right from the start.

api
functional route planner

@mraross commented on [Fri Jan 19 2018](https://github.com/bcgov/api-specs/issues/285) Add a roadSurface parameter that allows a user to prefer or avoid certain road surfaces (e.g.,pavement, gravel). This parameter is found in MapQuest...

enhancement
api
user-preferences
functional route planner

@mraross commented on [Wed Nov 16 2016](https://github.com/bcgov/api-specs/issues/104) --- @cmhodgson commented on [Wed Nov 16 2016](https://github.com/bcgov/api-specs/issues/104#issuecomment-261088069) Is there a specific requirement for this format? An example of what the GPX format...

api
functional route planner

@mraross commented on [Thu Sep 21 2017](https://github.com/bcgov/api-specs/issues/248) Given a set of points, snap the points to the nearest road, find the graph voronoi and generate the appropriate set of polygons...

enhancement
api
proximity analysis

@mraross commented on [Tue Mar 21 2017](https://github.com/bcgov/api-specs/issues/167) isochrones is a resource that represents a sequence of concentric polygons representing boundaries of equal travel time from the point of origin isodistances...

enhancement
api
proximity analysis

@mraross commented on [Tue Mar 21 2017](https://github.com/bcgov/api-specs/issues/160) roadVoronoi takes a set of points and returns a list of (blockID, pointID) pairs, one pair for each block in DRA. This basically...

Also includes: - Status API for RDM error messages - /status/RDM - Support for RDM restrictions of type LENGTH - Include all input params in all output formats Important note:...