idaho {inldata}R Documentation

State of Idaho Boundary

Description

A simplified representation of the boundary of Idaho, a state located in the northwestern region of the United States.

Usage

idaho

Format

A simple feature with fields:

geometry

Polygon geometry with a positive area (two-dimensional); sequence of points that form a closed, non-self-intersecting ring; the first ring denotes the exterior ring, zero or more subsequent rings denote holes in this exterior ring.

Source

Spatial extract was 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 part of the U.S. Department of Commerce, U.S. Census Bureau, Geography Division/Cartographic Products Branch. The polygon's geospatial features were simplified by removing the vertices and any non-essential data was removed.

Examples

print(idaho)

plot(idaho, col = "grey")

[Package inldata version 1.1.5 Index]