NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi,

Is there any way, in Python, to find neighboring motorway nodes from a given latitutde/longitude coordinates ?

What i find is using : - osmapi - Map method - in the same way, here is a "How to get nearest roads from Open Street Map in Python", proposes to use OverpassAPI

In this two cases, I plan to use geodesic distance to nearest nodes, but it can result to wrong nodes in curved motorways.

Do you have some ideas for this issues ? Thanks !

asked 25 May '18, 09:11

yapici's gravatar image

yapici
11112
accept rate: 0%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×205
×144
×23
×19
×1

question asked: 25 May '18, 09:11

question was seen: 1,818 times

last updated: 25 May '18, 09:11

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum