EPSG {redist} | R Documentation |
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")
Format
named list containing EPSG codes for each U.S. state. Codes are indexed by state abbreviations.
Examples
data(EPSG)
EPSG$WA # 2855
[Package redist version 4.2.0 Index]