The Routing and directions location service is now available in the R-ArcGIS Bridge via the {arcgisrouting} package!
Routing and directions is one of a handful of Mapping and location services.
With this, the R-ArcGIS Bridge is baby stepping its way to full support of all services Esri provides.
- Place finding is powered by the {arcgisplaces}
- Geocoding is supported via {arcgisgeocode}
- Routing and directions is now supported via {arcgisrouting}
With this, only Mapping, Data visualization, Data Enrichment, and Elevation, are left!
Routing and Directions from R
- Create a set of directions along a route: find_routes()
- Calculate drive / travel times and create “isochrones”: find_services_areas()
- Route fleets of vehicles: route_vehicles()
- Snap GPS points to roads: snap_to_roads()
- Solve location-allocation problems: location_allocation_job()
Worked example
And as a special preview of what we are working on, we can visualize the result in a webmap using the currently-in-development package {arcgisviz}.
Article Discussion: