cmap_crs | R Documentation |
The EPSG code of the coordinate system that all datasets in cmapgeo have been
projected in – specifically, Illinois State Plane East (NAD83, ft). It can
be used as the crs
parameter in sf::st_transform()
to reproject other
sf
objects that have a different projection.
cmap_crs
An object of class numeric
of length 1.
## Not run:
# Reproject any other sf object to match cmapgeo coordinate system
my_sf_data <- sf::st_transform(my_sf_data, crs = cmap_crs)
## End(Not run)
# View projection specification
sf::st_crs(cmap_crs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.