otp_geocode: Use OTP Geocoder to find a location

Description Usage Arguments Details Value Examples

View source: R/otp-geocode.R

Description

Geocoding converts a named place, such as a street name into a lat/long pair.

Usage

1
2
otp_geocode(otpcon = NA, query = NA, autocomplete = FALSE,
  stops = TRUE, clusters = FALSE, corners = TRUE, type = "SF")

Arguments

otpcon

OTP connection object produced by otp_connect()

query

Character, The query string we want to geocode

autocomplete

logical Whether we should use the query string to do a prefix match, default FALSE

stops

Logical, Search for stops, either by name or stop code, default TRUE

clusters

Logical, Search for clusters by their name, default FALSE

corners

Logical, Search for street corners using at least one of the street names, default TRUE

type

Character, How should results be returned can be "SF" or "Coordinates" or "Both", Default "SF"

Details

OTP will return a maximum of 10 results

Value

Returns a data.frame of SF POINTS or Coordinates of all the locations that match 'query'

Examples

1
2
3
4
## Not run: 
locations <- otp_geocode(otpcon, "High Street")

## End(Not run)

marcusyoung/opentripplanner documentation built on May 20, 2019, 4:42 p.m.