# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "gps2gtfs" in publications use:' type: software license: MIT title: 'gps2gtfs: High-Performance GPS to GTFS Converter' version: 0.1.0 doi: 10.32614/CRAN.package.gps2gtfs abstract: 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) . 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: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345 repository: https://e-kotov.r-universe.dev commit: 41c0412ddc3b7c7b206a3c176b627c1bf857b617 date-released: '2026-06-06' contact: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345