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

Is it possible to find the Way ID that is the closest to a Node (or a POI). I am trying to find the railway track id that is closest to a railway station node. The OSM data for station contains the coordinates in Lat-Long format. The data also includes the railway track in the form of 'way' and a series of node elements specifing the way. The intended process is thought to be done in python by making a series of parsing steps through the osm xml file.

How can a connection be established between the railway track passing through the given station node.

Thanks

asked 06 Nov '18, 14:35

user1894's gravatar image

user1894
11446
accept rate: 0%

edited 06 Nov '18, 14:41

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:

×181
×112
×68
×24

question asked: 06 Nov '18, 14:35

question was seen: 1,295 times

last updated: 06 Nov '18, 14:41

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