estimate_travel_demand: Estimate Travel Demand

View source: R/estimate_travel_demand.R

estimate_travel_demandR Documentation

Estimate Travel Demand

Description

Estimate the travel deamnd from desire lines

Usage

estimate_travel_demand(
  infra,
  desire,
  stop_buff_dist = 3000,
  point_buff_dist = 200,
  infra_buff_dist_ratio = 7
)

Arguments

infra

a sf dataframe of infrastucutre

desire

as sf dataframe of desire lines

stop_buff_dist

distance in metres to buffer stops

point_buff_dist

distance in metres to buffer points

infra_buff_dist_ratio

distance in metres to buffer infrastructure

Value

a dataframe of


SDCA-tool/sdca-package documentation built on Aug. 13, 2022, 5:41 p.m.