Evaluate a surface created with `otp_make_surface` against a pointset made with `otp_pointset` to get travel times and statitics from the analysit in OTP 1.x
Details
THis function requires the analysis and pointset features to be enabled during `otp_setup()`. Thus it will only work with OTP 1.x. For more detail see the analyst vignette.
Examples
if (FALSE) { # \dontrun{
times <- otp_surface(otpcon, c(-1.17502, 50.64590), "lsoa", path_data)
} # }