split_lines.Rd
Splits lines longer than a given threshold into the minimum number of pieces to all be under the given threshold.
split_lines(input_lines, max_length, id = "ID")
maximum segment length to return
name of ID column in data.frame
only the split lines.
Split lines into smaller segments
Taken from https://gist.github.com/dblodgett-usgs/cf87392c02d73f1b7d16153d2b66a8f3