I constructed a graph and want to see the latitude and longitude values of each node in the graph. How can I find those?
I used G.nodes
to find each node but I get some sort of ids.
import osmnx as ox
G = ox.graph_from_point((41.0911561, 29.0151246), distance=500)
print(G.nodes)
output : (shortened)
[2394717187, 2394717190, 3445170185, ...