Learn R Programming

walkalytics (version 0.1.0)

pixel_walktimes: Extract pixel-accurate walking times from walkalytics raw data isochrones

Description

pixel_walktimes extracts walking times for every pixel from a response object from a isochrone_esri call.

Usage

pixel_walktimes(isochrone_esri)

Arguments

isochrone_esri

a response object from a isochrone_esri call to the walkalytics isochrone API.

Value

A data.frame (tibble::tibble) that contains:

  • walktime estimated walking times in seconds from the starting point to every pixel.

  • x x-coordinate of the pixel.

  • y y-coordinate of the pixel.

Examples

Run this code
# NOT RUN {
isochrone_esri(x = 896488, y = 6006502, key = "abcd1234") %>% pixel_walktimes()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab