Examples for 'sf::st_as_text'


Return Well-known Text representation of simple feature geometry or coordinate reference system

Aliases: st_as_text st_as_text.crs st_as_text.sfg st_as_text.sfc

Keywords:

### ** Examples

st_as_text(st_point(1:2))
[1] "POINT (1 2)"
st_as_text(st_sfc(st_point(c(-90,40)), crs = 4326), EWKT = TRUE)
[1] "SRID=4326;POINT (-90 40)"

[Package sf version 1.0-19 Index]