R/RcppExports.R

Defines functions cpp_snap_points_nearest1 cpp_snap_points_nearest2 rcpp_distance_haversine

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

rcpp_distance_haversine <- function(latFrom, lonFrom, latTo, lonTo, tolerance) {
    .Call(`_gtfs2gps_rcpp_distance_haversine`, latFrom, lonFrom, latTo, lonTo, tolerance)
}

cpp_snap_points_nearest2 <- function(data, ref, spatial_resolution) {
    .Call(`_gtfs2gps_cpp_snap_points_nearest2`, data, ref, spatial_resolution)
}

cpp_snap_points_nearest1 <- function(data, ref, spatial_resolution) {
    .Call(`_gtfs2gps_cpp_snap_points_nearest1`, data, ref, spatial_resolution)
}

Try the gtfs2gps package in your browser

Any scripts or data that you put into this service are public.

gtfs2gps documentation built on April 29, 2023, 1:12 a.m.