
generates cgcs2000 Gauss-Kruger projection epsg coding character
Source:R/sf_helpers.R
      sf_gk_proj_cgcs2000.RdGenerates a Gauss-Kruger projection epsg coding character corresponding to an sfj object
under the CGCS2000 spatial reference.
Arguments
- sfj
 An
sfobject or can be converted tosfbysf::st_as_sf().- degree
 (optional)
3-degree or6-degree zonal projection, default is6L.
Examples
gzma = sf::read_sf(system.file('extdata/gzma.gpkg',package = 'sdsfun')) |>
  sf::st_transform(4490)
sf_gk_proj_cgcs2000(gzma,3)
#> [1] "EPSG:4547"
sf_gk_proj_cgcs2000(gzma,6)
#> [1] "EPSG:4508"