ols-router
ols-router copied to clipboard
in route planner, add a roadVoronoi resource
@mraross commented on Tue Mar 21 2017
roadVoronoi takes a set of points and returns a list of (blockID, pointID) pairs, one pair for each block in DRA. This basically precomputes the nearest point to a given block for every block in DRA.
In address prep, run roadVoronoi for each occupant type (as determined by some tagging convention), and store the results
@cmhodgson commented on Tue May 30 2017
This service will use the same back-end functionality as the service area pre-processing.