18350083 is a part of the Ward Circle roundabout, which
itself is part of Massachusetts Avenue Northwest near American University.
Selecting link ID 18350083 from the dc_shape table reveals the following WKT
linestring (the end of the linestring was removed for clarity):
- Edge A -
LINESTRING(-77.08544159 38.93787003, -77.08544159 38.93793869) - Edge B -
LINESTRING(-77.08544159 38.93793869, -77.08545685 38.9380188) - Edge C -
LINESTRING(-77.08545685 38.9380188, -77.08548737 38.9381218)
Weights in this graph, as mentioned previously, are an abstract cost
(distance, time, etc.) for traveling any roadway or footpath in the Washington,
D.C., area. Weights are particularly important when solving a graph. There are
two solver types presented in the tutorial below:
shortest_path— Find the shortest path between two points on a graphmultiple_routing— Find the quickest route between a source point and many destination points; also known as traveling salesman
