This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how can i get neighbors nodes in python

0

I use osmnx and osmapi in python

i.e ( I can get a nodes by osmnx api and osmapi )

but I want get the node neighbors nodes

how can I get the neighbors nodes ?

i.e

nodesid:

(neighbors node) ?----- 2978723111 ----- ?(neighbors node)

asked 29 Aug '17, 05:49

Arvis_Su's gravatar image

Arvis_Su
11224
accept rate: 0%

edited 29 Aug '17, 05:58

Source code available on GitHub .