Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import osmnx as ox
  2. distance = 4000
  3. city_address = 'Maceió, Alagoas'
  4. G = ox.graph_from_address(city_address,distance = distance)
  5. cityGraph, axes = ox.plot_graph(G)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement