Skip to contents

This function downloads OpenStreetMap (OSM) data for Curitiba, Brazil, and extracts relevant road information.

Usage

nds_download_cwb_osm()

Value

An sf object containing the OSM data for roads in Curitiba, Brazil, with selected variables.

Examples

if (FALSE) {
cwb_osm_data <- nds_download_cwb_osm()
}