powered by
pixel_walktimes extracts walking times for every pixel from a response object from a isochrone_esri call.
pixel_walktimes
pixel_walktimes(isochrone_esri)
a response object from a isochrone_esri call to the walkalytics isochrone API.
walkalytics
A data.frame (tibble::tibble) that contains:
data.frame
tibble::tibble
walktime estimated walking times in seconds from the starting point to every pixel.
walktime
x x-coordinate of the pixel.
x
y y-coordinate of the pixel.
y
# NOT RUN { isochrone_esri(x = 896488, y = 6006502, key = "abcd1234") %>% pixel_walktimes() # } # NOT RUN { # }
Run the code above in your browser using DataLab