Group Abstract Group Abstract

Message Boards Message Boards

Routing OSM Data: How Far Can I Walk in 5 Minutes?

Posted 9 years ago
Attachments:
POSTED BY: Benjamin Goodman
5 Replies

I had trouble exporting data directly from OSM, so followed a link from there to the Overpass API — the only difference I can see so far is that I have to change instances of

Cases[nodeElem, {__, "lat" -> lat_, "lon" -> lon_} -> {lat, lon}

to

Cases[nodeElem, {__, "lat" -> lat_, "lon" -> lon_, __} -> {lat, lon} 

...in order to get the early stages of processing to work the same as the examples. I assume there's just a slight difference in XML structure.

POSTED BY: Alan Joyce

Pretty, Practical, Profound.

I love to read Benjamin's post.

POSTED BY: Frederick Wu

This is super cool!

POSTED BY: Eduardo Serna
POSTED BY: EDITORIAL BOARD
POSTED BY: Sander Huisman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard