Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielspadon authored Feb 4, 2019
1 parent 87e17fa commit 6c62a60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ from StreetContinuity.all import *

oxg = ox.graph_from_point((-22.012282, -47.890821), distance=5000)

# use_label = True: uses HICN algorithm
# use_label = False: uses ICN algorithm

p_graph = from_osmnx(oxg=oxg, use_label=True)
d_graph = dual_mapper(primal_graph=p_graph, min_angle=120)

Expand Down

0 comments on commit 6c62a60

Please sign in to comment.