CRS of a spatial object (EPSG + WKT2-style label)
Examples
morie_spatial_crs(morie_spatial(data.frame(lon = 1, lat = 1)))
#> $epsg
#> [1] 4326
#>
#> $wkt
#> [1] "GEOGCRS[\"WGS 84\", EPSG:4326]"
#>
CRS of a spatial object (EPSG + WKT2-style label)
morie_spatial_crs(morie_spatial(data.frame(lon = 1, lat = 1)))
#> $epsg
#> [1] 4326
#>
#> $wkt
#> [1] "GEOGCRS[\"WGS 84\", EPSG:4326]"
#>