| vectorise_stream | R Documentation |
sf format) from a raster stream map as created by delineate().Vectorize a stream layer
Produces a vector layer (in sf format) from a raster stream map as created by delineate().
vectorise_stream(x, Tp = pixel_topology(x))
x |
A raster::stack, such as one created by |
Tp |
A pixel topology |
An sf stream layer
data(kamp_dem)
x = delineate(kamp_dem)
vect = vectorise_stream(x$stream, pixel_topology(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.