Skip to contents

get_crs() uses state plane geometry to find an appropriate NAD83 crs for the input geometry

Usage

get_crs(geom_data, large_area = FALSE)

Arguments

geom_data

Either a simple feature collection or a file path to a .geojson file.

large_area

Set this to TRUE if your data may cross multiple state planes. It will be a bit longer but find the state plane that covers it the best

Value

The appropriate epsg code as an integer

Details

The state plane data was compiled using ArcGIS Hub and the epsg.io website.