Is there any way to get region -> city -> road database for some specific country. In this case I need For Germany and Austria. Databases I'm working with is PostgreSQL with PostGIS extension.
Where can I get this?
- Data: Names of counties(regions), cities and roads. (Coordinates are bonus). Possible structure: county has many cities and roads. Road can belong to county and city or only county.
- Context: Georeferencing static retroreflection testing of road signs;
- Region: Germany and Austria;
- License: Possible open dat;
- Format: Simple tables, CSV or other of requested data;
- Authority: It's important to be checked data;
- Non-answers: Was seeking for something like this. But lack of data.
Geofabrikwas the thing I was looking for. – Mr.Code Jun 01 '18 at 10:10