
===========
TABLE SETUP
===========

graph_s_seattle_shortest_path.seattle_road_network table object successfully created.
Creating records from the road_weights.csv file.
447947 records inserted into graph_s_seattle_shortest_path.seattle_road_network table.


===========
GRAPH SETUP
===========

Creating graph_s_seattle_shortest_path.seattle_road_network_graph
graph_s_seattle_shortest_path.seattle_road_network_graph created: OK
Number of nodes: 418390
Number of edges: 447852

==============================
SHORTEST PATH SOLVER EXAMPLE 1
==============================

Cost per destination node when source node = ['POINT(-122.1792501 47.2113606)']: 
+-------------------------------------------+---------------------+
| Destination Node                          |   Cost (in minutes) |
|-------------------------------------------+---------------------|
| POINT (-122.22286015749 47.5709295272827) |             40.6023 |
+-------------------------------------------+---------------------+

==============================
SHORTEST PATH SOLVER EXAMPLE 2
==============================

Cost per destination node when source node = ['POINT(-122.1792501 47.2113606)']: 
+--------------------------------------------+---------------------+
| Destination Node                           |   Cost (in minutes) |
|--------------------------------------------+---------------------|
| POINT (-122.22286015749 47.5709295272827)  |             40.6023 |
| POINT (-122.471138834953 47.4291801452637) |             69.5329 |
| POINT (-122.519598305225 47.6248499751091) |             79.7307 |
| POINT (-122.541549503803 47.8095200657845) |             90.872  |
+--------------------------------------------+---------------------+

==============================
SHORTEST PATH SOLVER EXAMPLE 3
==============================

Cost per destination node: 
+--------------------------------------------+--------------------------------------------+---------------------+
| Source Node                                | Destination Node                           |   Cost (in minutes) |
|--------------------------------------------+--------------------------------------------+---------------------|
| POINT (-122.179250121117 47.2113606333733) | POINT (-122.221578061581 47.5709509849548) |             40.6791 |
| POINT (-122.375180125237 47.8122103214264) | POINT (-122.520979642868 47.6248607039452) |             51.1339 |
| POINT (-122.375180125237 47.8122103214264) | POINT (-122.471138834953 47.4291801452637) |             60.8013 |
| POINT (-122.179250121117 47.2113606333733) | POINT (-122.541549503803 47.8095200657845) |             90.2997 |
+--------------------------------------------+--------------------------------------------+---------------------+
