Generate a feature collection of points with the first and last vertex of each line in a feature collection of linestrings.

lines_extremities(lines)

Arguments

lines

A feature collection of linestrings (simple Linestrings)

Value

A feature collection of points

Examples

data(mtl_network)
points <- lines_extremities(mtl_network)