Learn R Programming

walkalytics (version 0.1.0)

esri_to_sgdf: Convert a base64-encoded gzipped Esri ASCII grid to an object of class SpatialGridDataFrame

Description

esri_to_sgdf converts a response object from a isochrone_esri call to the walkalytics isochrone API to an object of class SpatialGridDataFrame-class.

Usage

esri_to_sgdf(isochrone_esri)

Arguments

isochrone_esri

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

Examples

Run this code
# NOT RUN {
isochrone_esri(x = 895815, y = 6004839, key = "abcd1234") %>% esri_to_sgdf()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab