Package: gps2gtfs 0.2.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>, whose software description is published in Ratneswaran et al. (2025) <doi:10.1016/j.simpa.2025.100780>. 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:
gps2gtfs_0.2.0.tar.gz
gps2gtfs_0.2.0.tgz(r-4.6-x86_64)gps2gtfs_0.2.0.tgz(r-4.6-arm64)gps2gtfs_0.2.0.tgz(r-4.5-x86_64)gps2gtfs_0.2.0.tgz(r-4.5-arm64)
gps2gtfs_0.2.0.tar.gz(r-4.7-arm64)gps2gtfs_0.2.0.tar.gz(r-4.7-x86_64)gps2gtfs_0.2.0.tar.gz(r-4.6-arm64)gps2gtfs_0.2.0.tar.gz(r-4.6-x86_64)
gps2gtfs_0.2.0.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
- g2g_data_gps - GPS Trajectory Subset
- g2g_data_stops - Bus Stops Data
- g2g_data_terminals - Bus Terminals Data
Last updated from:2e64149022. Checks:8 NOTE, 2 OK, 3 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | NOTE | 231 | ||
| linux-devel-x86_64 | NOTE | 213 | ||
| source / vignettes | OK | 320 | ||
| linux-release-arm64 | NOTE | 177 | ||
| linux-release-x86_64 | NOTE | 167 | ||
| macos-release-arm64 | NOTE | 144 | ||
| macos-release-x86_64 | NOTE | 290 | ||
| macos-oldrel-arm64 | NOTE | 117 | ||
| macos-oldrel-x86_64 | NOTE | 231 | ||
| windows-devel-x86_64 | FAIL | 68 | ||
| windows-release-x86_64 | FAIL | 61 | ||
| windows-oldrel-x86_64 | FAIL | 68 | ||
| wasm-release | OK | 192 |
Exports:g2g_clean_gpsg2g_diagnosticsg2g_extract_tripsg2g_extract_trips_and_stop_timesg2g_shapes_from_tripsg2g_stops_from_gtfsg2g_stops_from_positionsg2g_terminals_from_gtfs
Dependencies:data.tableRcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Clean Raw GPS Data | g2g_clean_gps |
| GPS Trajectory Subset | g2g_data_gps |
| Bus Stops Data | g2g_data_stops |
| Bus Terminals Data | g2g_data_terminals |
| Extraction coverage diagnostics | g2g_diagnostics |
| Extract Trips from GPS Trajectories | g2g_extract_trips |
| Extract Trips and Stop Times from GPS Trajectories | g2g_extract_trips_and_stop_times |
| Build shapes.txt-Shaped Traces from a Pipeline Trajectory | g2g_shapes_from_trips |
| Derive a Stops Table from a Static GTFS Feed | g2g_stops_from_gtfs |
| Estimate Stop Coordinates from Vehicle Positions | g2g_stops_from_positions |
| Derive Trip Terminals from a Static GTFS Feed | g2g_terminals_from_gtfs |
