Learn R Programming

redist (version 4.2.0)

EPSG: EPSG Table

Description

This data contains NAD83 (HARN) EPSG codes for every U.S. state. Since redist uses projected geometries, it is often a good idea to use projections tailored to a particular state, rather than, for example, a Mercator projection. Use these codes along with sf::st_transform() to project your shapefiles nicely.

Usage

data("EPSG")

Arguments

Format

named list containing EPSG codes for each U.S. state. Codes are indexed by state abbreviations.

Examples

Run this code
data(EPSG)
EPSG$WA # 2855

Run the code above in your browser using DataLab