Package: gps2gtfs 0.1.0

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.0.tar.gz

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

# 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.00 score 1 scripts 3 exports 2 dependencies

Last updated from:41c0412ddc. Checks:10 OK, 3 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK147
linux-devel-x86_64OK177
source / vignettesOK171
linux-release-arm64OK138
linux-release-x86_64OK144
macos-release-arm64OK117
macos-release-x86_64OK211
macos-oldrel-arm64OK96
macos-oldrel-x86_64OK293
windows-develFAIL77
windows-releaseFAIL94
windows-oldrelFAIL62
wasm-releaseOK166

Exports:g2g_clean_gpsg2g_extract_tripsg2g_extract_trips_and_stop_times

Dependencies:data.tableRcpp