Skip to contents

A dataset containing OpenStreetMap (OSM) road network data for Curitiba, Brazil.

Usage

osm_data

Format

A data frame and sf object with 27,150 observations and 4 variables:

osm_id

chr. The unique identifier for each road segment in OSM.

highway

chr. The type of road (e.g., trunk, primary, residential).

maxspeed

chr. The maximum speed limit for the road segment, in km/h.

geometry

sfc_LINESTRING. The spatial geometry of the road segment.

Source

OpenStreetMap contributors.