hwys2endpoints: hwys2endpoints

hwys2endpointsR Documentation

hwys2endpoints

Description

From the branch in above fcn where it checks hwy types to include, this generates ray-constituting nodes. Can filter out very small segments; by default removes those w/ less than .5km in place boundary

Usage

hwys2endpoints(place, trimmed.hwys, fill.gaps = T, verbose = T, ...)

Arguments

fill.gaps

whether or not to fill gaps between highway segments. Argument threshold can also be supplied specify maximum gap distance to fill gap btwn.

verbose

Display additional text output in console. Makes explicit some parameters that are passed to wrapped fcns and will say where ineligible rays are removed due to issue described above.

...

Arguments passed on to trim.to.length.floors, fill.gaps

minimum.segment.length

Minimum length (meters) that each highway ~segment~ must have in order to be eligible for rays, This differs from minimum.hwy.length in that it filters by each separate segment, rather than overall hwy length

minimum.hwy.length

Minimum length of each ~highway~ that must be inside place boundaries for it to be ray-eligible. Differs from minimum.segment.length in that at least one segment of hwy must meet this threshold for ~any~ of the segments to be eligible. Only relevant if larger than minimum.segment.length.

hwy

a single hwy, i.e., with single unique sign1, after divM::denode.lines is run on it

return.gap.map

Return mapview leaflet to visualize output of fcn


kmcd39/divM documentation built on Oct. 21, 2023, 11:28 p.m.