sf_gk_proj_cgcs2000 | R Documentation |
Generates a Gauss-Kruger projection epsg coding character corresponding to an sfj
object
under the CGCS2000 spatial reference.
sf_gk_proj_cgcs2000(sfj, degree = 6L)
sfj |
An |
degree |
(optional) |
A character.
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun')) |>
sf::st_transform(4490)
sf_gk_proj_cgcs2000(gzma,3)
sf_gk_proj_cgcs2000(gzma,6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.