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:
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
- g2g_data_gps - GPS Trajectory Subset
- g2g_data_stops - Bus Stops Data
- g2g_data_terminals - Bus Terminals Data
Last updated from:41c0412ddc. Checks:10 OK, 3 FAIL. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 147 | ||
| linux-devel-x86_64 | OK | 177 | ||
| source / vignettes | OK | 171 | ||
| linux-release-arm64 | OK | 138 | ||
| linux-release-x86_64 | OK | 144 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-release-x86_64 | OK | 211 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| macos-oldrel-x86_64 | OK | 293 | ||
| windows-devel | FAIL | 77 | ||
| windows-release | FAIL | 94 | ||
| windows-oldrel | FAIL | 62 | ||
| wasm-release | OK | 166 |
Exports:g2g_clean_gpsg2g_extract_tripsg2g_extract_trips_and_stop_times
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 |
| Extract Trips from GPS Trajectories | g2g_extract_trips |
| Extract Trips and Stop Times from GPS Trajectories | g2g_extract_trips_and_stop_times |
