Package: gps2gtfs 0.1.1

gps2gtfs: High-Performance GPS to GTFS Converter

Preprocesses raw GPS trajectory data of public transit and transforms it to GTFS format. Provides a high-performance R port of the 'gps2gtfs' Python package by Aaivu (Ratneswaran et al., 2023) <doi:10.1109/ICCT56969.2023.10075789>. Heavy computational tasks are offloaded to an extremely fast compiled Rust backend or a C++ (Rcpp) backend. Automatic backend selection prefers Rust, then Rcpp, and falls back to a slower pure R implementation utilizing 'data.table' and 'sf'.

Authors:Egor Kotov [aut, cre, cph], Aaivu [cph]

gps2gtfs_0.1.1.tar.gz

gps2gtfs_0.1.1.tgz(r-4.6-x86_64)gps2gtfs_0.1.1.tgz(r-4.6-arm64)gps2gtfs_0.1.1.tgz(r-4.5-x86_64)gps2gtfs_0.1.1.tgz(r-4.5-arm64)
gps2gtfs_0.1.1.tar.gz(r-4.7-arm64)gps2gtfs_0.1.1.tar.gz(r-4.7-x86_64)gps2gtfs_0.1.1.tar.gz(r-4.6-arm64)gps2gtfs_0.1.1.tar.gz(r-4.6-x86_64)
gps2gtfs_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
gps2gtfs/json (API)

# Install 'gps2gtfs' in R:
install.packages('gps2gtfs', repos = c('https://e-kotov.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/e-kotov/gps2gtfs/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:

On CRAN:

Conda:

rustcargocpp

1.30 score 1 scripts 3 exports 2 dependencies

Last updated from:46ec4bfeb7. Checks:10 OK, 3 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK166
linux-devel-x86_64OK164
source / vignettesOK230
linux-release-arm64OK165
linux-release-x86_64OK131
macos-release-arm64OK89
macos-release-x86_64OK252
macos-oldrel-arm64OK131
macos-oldrel-x86_64OK226
windows-develFAIL57
windows-releaseFAIL67
windows-oldrelFAIL54
wasm-releaseOK187

Exports:g2g_clean_gpsg2g_extract_tripsg2g_extract_trips_and_stop_times

Dependencies:data.tableRcpp