st_as_sfc.TWKB | R Documentation |
create sfc object from tiny well-known binary (twkb)
## S3 method for class 'TWKB'
st_as_sfc(x, ...)
x |
list with raw vectors, of class |
... |
ignored |
https://github.com/TWKB/Specification/blob/master/twkb.md
l = structure(list(as.raw(c(0x02, 0x00, 0x02, 0x02, 0x02, 0x08, 0x08))), class = "TWKB")
library(sf) # load generic
st_as_sfc(l)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.