project_sf | R Documentation |
Convert simple feature to data frame with a different coordinate reference system (CRS).
project_sf(sf, crs)
sf |
A simple feature object. |
crs |
The new coordinate reference system (CRS). |
A data frame with projected coordinates X
and Y
.
project_sf(sf_obj, crs = 4326)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.