sfx: Simple features example data

Description Details Warning Examples

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## 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)

crsmeta documentation built on April 14, 2020, 7:13 p.m.