Retrieve forest vegetation lines around an area
get_vege_line.RdRetrieve forest vegetation lines around an area
Details
The function derives forest vegetation linear features from
vegetation polygons obtained with get_vege_poly().
GIS workflow :
Polygon are intersected to a 1500m buffer;
Polygon are cast to
LINESTRING;Line are intersected with a 1500 buffer to remove intersection line from first step
If no vegetation polygons are available, the function returns
an empty standardized sf object.