ambur.bufferlines: Create buffer lines

View source: R/ambur.bufferlines.R

ambur.bufferlinesR Documentation

Create buffer lines

Description

Create buffer lines from a polyline shapefile

Usage

ambur.bufferlines(buffdist=10,buffnum=1)

Arguments

buffdist

distance to buffer polylines

buffnum

not implemented

Details

Creates a new polyline shapefile that contains buffered lines given a user defined distance. The process involves buffering lines initially resulting in multiple (potentially overlapping) polygons. The polygons are dissolve where they overlap and are converted into polylines. In case the buffers will be used as baselines (to make transects from), the attribute table is updated with the necessary fields for baselines. The values in these fields will need to be edited based on the users needs.

Value

Shapefiles: filename_buffers_dist.shp


ambur documentation built on April 4, 2022, 3:01 a.m.