st_coordinates.Rd
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.
st_dumppoints(x) st_coordinates(x)
x | Geometry |
---|
A list of tibbles.
st_coordinates
returns a tibble containing coordinates, also some
grouping features. POINT
: .path = 1
; MULTIPOINT
: .path
orders the
points; LINESTRING
: ``
sf::st_cast()
, st_coordinates()
, sf::st_coordinates()