sfx {crsmeta} | R Documentation |
Simple features example data
Description
A copy of the 'minimal_mesh' data set from the silicate package, with coordinate reference system information added.
Details
sfx
is the old-style PROJ.4 and EPSG code CRS (prior to sf 0.8-1).
sfx_new
is the new-style WKT2, with user input.
Warning
do not use this data in real situations, or as exemplary of the 'sf' format. It was created purely to add examples to this package.
Examples
## three equivalent representations, of increasing richness
crs_epsg(sfx)
crs_proj(sfx)
crs_wkt2(sfx) ## did not exist in earlier sf
## new style
crs_epsg(sfx_new) ## NA!
crs_proj(sfx_new) ## NA!
crs_input(sfx_new)
crs_wkt(sfx_new)
[Package crsmeta version 0.3.0 Index]