Description Usage Arguments Details Value See Also
Creates a geometry column containing a tibble where each vertex is a row.
st_dumppoints
is useful for expanding geometries. It is the reverse of a GROUP BY
in that it creates new rows. For example it can be used to expand
MULTIPOLYGONS into POLYGONS.
1 2 3 | st_dumppoints(x)
st_coordinates(x)
|
x |
Geometry |
st_coordinates
returns a tibble containing coordinates, also some
grouping features. POINT
: .path = 1
; MULTIPOINT
: .path
orders the
points; LINESTRING
: “
A list of tibbles.
sf::st_cast()
, st_coordinates()
, sf::st_coordinates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.