Get length of footway for an area. This is a proxy of walkability score. we get back a number.

osm.getLength_footway(place = "Mytilene Municipal Unit")

Arguments

place

The name of an area.

Value

The total length of footpaths in this area. This may be considered as a proxy for walcability score of this area.

Author

Dimitris Kavroudakis dimitris123@gmail.com

Examples

library(goal)
mylength = osm.getLength_footway( place="Mytilene Municipal Unit" )
mylength
#> $TotalLength
#> 44833.45 [m]
#> 
#> $MeanLength
#> 97.88964 [m]
#> 
#> $MedianLength
#> 27.73577 [m]
#> 
#> $SDLength
#> [1] 363.2223
#> 
#> $VarianceLength
#> [1] 131930.4
#> 
#> $QuntilesLength
#> Units: [m]
#>           0%          25%          50%          75%         100% 
#>    0.6416553   10.7238693   27.7357690   66.1254945 6465.5806419 
#>