Group Abstract Group Abstract

Message Boards Message Boards

Find a street pattern that fits a specific edge on a map?

Posted 8 years ago
POSTED BY: Yode Japhe
2 Replies

Wow, this question was un-answered for a long time (4.7 years as of now)... In this year Wolfram Summer School 2021 (which I encourage you to apply for the next year), there was a project by Junyao Chen called "Draw a Character on the Street Map", which I think in essence is what OP is asking. Here is a stab at drawing spelling WOLFRAM on a street map:

enter image description here

Not bad, but if room for improvements is needed here are the full library of the functions and code used (you can download the notebook by scrolling to the bottom and clicking "Make Your Own Copy" button):

https://community.wolfram.com/groups/-/m/t/2314450

For fun demo, an interesting problem is a rotation of the shape on the streets grid, and here is the teaser of the result from the above post -- rotating letter "A":

enter image description here

POSTED BY: Vitaliy Kaurov

Cool idea! This may help: I have an extract of Manhattan saved as a graph (vertices are road intersections, path between them are the edges) which you may find useful. Slight caveat; the vertex coordinates have no relation to their intended geo-coordinates but I'm confident that this could be fixed. If interested, the data on each vertex can be extracted from mapDataset.mx and then used to lookup its geocoordinate from nodeData.mx. The method is described in one of my posts on using open streetmap data.

Attachments:
POSTED BY: Benjamin Goodman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard