roads {inldata}R Documentation

Road Network

Description

Road network in the vicinity of Idaho National Laboratory, eastern Idaho.

Usage

roads

Format

A simple feature with fields:

name

Street or road name.

id

Unique identifier.

prisec_fl

Whether a road is classified as primary or secondary.

geometry

Sequence of points connected by straight, non-self-intersecting line pieces, one-dimensional geometry.

Source

Spatial line extracts were obtained from the Master Address File / Topologically Integrated Geographic Encoding and Referencing (MAF/TIGER) Database (MTDB), 2023 data collection, released November 22, 2023. Which is a part of the U.S. Department of Commerce, U.S. Census Bureau, Geography Division/Cartographic Products Branch. These lines were cropped to the study area, and any non-essential data was removed.

Examples

print(roads)

plot(roads["prisec_fl"])

[Package inldata version 1.2.1 Index]