Learn R Programming

stplanr (version 0.1.4)

locate2spdf: Return SpatialPointsDataFrame with located points from OSRM locate service

Description

Return SpatialPointsDataFrame with located points from OSRM locate service

Usage

locate2spdf(lat, lng = lng, osrmurl = "http://router.project-osrm.org")

Arguments

lat
Numeric vector containing latitude coordinate for each coordinate to map. Also accepts dataframe with latitude in the first column and longitude in the second column.
lng
Numeric vector containing longitude coordinate for each coordinate to map.
osrmurl
Base URL of the OSRM service

Details

Retrieve coordinates of the node(s) on the network mapped from coordinates passed to functions using OSRM API v4 only. For API v5, use nearest_osm.

Examples

Run this code
## Not run: 
#  locate2spdf(
#    lat = c(50.3, 50.2),
#    lng = c(13.2, 13.1)
#  )
# ## End(Not run)

Run the code above in your browser using DataLab