R/state_proj.R

#' Data for projections from the State Plane Coordinate System
#'
#' This data frame includes state abbreviations, EPSG codes, and proj4 strings for projections from the State Plane Coordinate System.
#'
#' @format A data frame with 123 rows and 5 variables:
#' \describe{
#' \item{state}{The state or territory abbreviation.}
#' \item{zone}{Name of the state plane zone.}
#' \item{epsg}{The EPSG code for each state plane zone.}
#' \item{proj4_string}{The PROJ4 string for the state plane projection.}
#' \item{statewide_proj}{State plane zone for projecting the entire state.}
#' }
#'
#' @references
#'   \href{https://en.wikipedia.org/wiki/State_Plane_Coordinate_System}{State Plane Coordinate System}
"state_proj"

Try the USAboundaries package in your browser

Any scripts or data that you put into this service are public.

USAboundaries documentation built on Oct. 12, 2021, 5:07 p.m.