OSM Roads
Overview
This dataset contains roads suitable for travel by motorized vehicles, bicycles,
or pedestrians as listed in OpenStreetMap (OSM). Specifically, it includes OSM features
with tags highway=*
or cycleway=*
or footway=*
. (See https://wiki.openstreetmap.org/wiki/Key:highway
for details.)
OpenStreetMap® is open data, licensed under the Open Data Commons Open Database License (ODbL) by the OpenStreetMap Foundation (OSMF). Users are free to copy, distribute, transmit and adapt OSM data, as long as they credit OpenStreetMap and its contributors. If users alter or build upon OSM data, they may distribute the result only under the same licence. For more details, see https://www.openstreetmap.org/copyright
Attributes
osm_id | Open Street Maps Node/Way/Relation ID | integer |
name | Road name | string |
vehicle_access | Whether motor vehicles have access to the road | boolean |
bicycle_access | Whether bicycles have access to the road | boolean |
pedestrian_access | Whether pedestrians have access to the road | boolean |
restricted_access | Denotes whether access is restricted (e.g. private roads, bus-only lanes, emergency vehicle routes, etc) | boolean |
is_paved | Whether road is paved: 'yes', 'no', or 'unknown' | string |
osm_highway_type | Value of the | string |
osm_footway_type | For roads designated as footways, the value of the | string |
osm_cycleway_type | For roads designated as cycleways, the value of the | string |
all_tags | a JSON string containing all OSM tags associated with the road | string |