| latlon2epsg | R Documentation |
Selects a UTM zone from the geographic centroid, or a polar stereographic CRS outside UTM's latitude range.
latlon2epsg(sf_obj)
sf_obj |
An 'sf' or 'sfc' object with a defined CRS. |
The input transformed to EPSG 326xx/327xx, EPSG 3413, or EPSG 3031.
[sf::st_transform()]
shapes <- get_shapes_sf(for_rail_gtfs)$shapes
metric_shapes <- latlon2epsg(shapes)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.