estimate_walkability: Estimate walkability

Description Usage Arguments Value Examples

View source: R/provision.R

Description

Estimate walkability

Usage

1
2
3
4
5
estimate_walkability(
  osm_network,
  parameters = c(hilliness = 1.3, directness = 1.8),
  walking_potential_weights = NULL
)

Arguments

osm_network

sf object of highways from OSM

parameters

Weightings given to different columns (some of which could be calculated)

walking_potential_weights

Optional variable to weight the measure by estimated number of trips on different segments (by scenario)

Value

A result

Examples

1

cyipt/acton documentation built on Jan. 29, 2021, 7:30 a.m.