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

Where to find street names for each city in US?

0
1

I'm sorry if my question is stupid but I had to ask.

I'm building a database of US states, cities, streets AND their basic relations to each other. I already have state and city tables.

Where can I find street data to purchase?

I know nothing about GIS and I'm too busy to learn it. So I have to buy it i believe.

asked 10 Jul '14, 16:09

adsf's gravatar image

adsf
1111
accept rate: 0%


4 Answers:

1

AFAIK currently OSM doesn't have a ready to use preprocessed dataset of that kind of information. You might want to invesigate the Nominatim internal DB structure to make use of the parsed street/city/countrie hierachies.

answered 10 Jul '14, 20:00

iii's gravatar image

iii
4.9k84082
accept rate: 10%

1

Several consultancies will extract street data from OSM for you. https://wiki.openstreetmap.org/wiki/Commercial_OSM_Software_and_Services I'm working for opencagedata.com and that's a common request.

http://openaddresses.io/ is a good source for the US, but expect to download 500GB of raw data to be cleaned up and processed. Personally I never managed to get a full TIGER data set downloaded, their server keeps timing out.

answered 11 Jul '14, 15:41

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

0

Maybe you can find a solution via mapbox.com ...

https://www.mapbox.com/blog/30-million-addresses/

answered 10 Jul '14, 20:17

stephan75's gravatar image

stephan75
12.6k556210
accept rate: 6%

0

For the US, will the TIGER data give you what you need? Read the documentation linked but I think it is the Edges (Lines) National database that contains all the roads.

answered 11 Jul '14, 08:33

EdLoach's gravatar image

EdLoach ♦
19.5k16156280
accept rate: 22%

Source code available on GitHub .