Type: Package Package: gtfs2gps Title: Converting Transport Data from GTFS Format to GPS-Like Records Version: 2.1-2.9000 Authors@R: c(person(given="Rafael H. M.", family="Pereira", email="rafa.pereira.br@gmail.com", role="aut", comment = c(ORCID = "0000-0003-2125-7465")), person(given="Pedro R.", family="Andrade", email="pedro.andrade@inpe.br", role=c("aut", "cre"), comment = c(ORCID = "0000-0001-8675-4046")), person(given="Joao", family="Bazzo", role="aut", comment = c(ORCID = "0000-0003-4536-5006")), person(given = "Daniel", family = "Herszenhut", role = "ctb", email = "dhersz@gmail.com", comment = c(ORCID = "0000-0001-8066-1105")), person(given="Marcin", family="Stepniak", role="ctb"), person(given="Marcus", family="Saraiva", email="marcus.saraiva@gmail.com", role="ctb", comment = c(ORCID = "0000-0001-6218-2338")), person("Ipea - Institue for Applied Economic Research", role = c("cph", "fnd"))) URL: https://github.com/ipeaGIT/gtfs2gps, https://ipeagit.github.io/gtfs2gps/ BugReports: https://github.com/ipeaGIT/gtfs2gps/issues Description: Convert general transit feed specification (GTFS) data to global positioning system (GPS) records in 'data.table' format. It also has some functions to subset GTFS data in time and space and to convert both representations to simple feature format. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 4.1.0) Suggests: rmarkdown, markdown, knitr, testthat, dplyr, bit64 Imports: data.table, furrr, future, gtfstools, Rcpp, units, sf, terra, sfheaders, progressr, lwgeom, checkmate RoxygenNote: 7.3.2 VignetteBuilder: knitr LinkingTo: Rcpp Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev make libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ipeagit.r-universe.dev Date/Publication: 2026-06-30 16:59:33 UTC RemoteUrl: https://github.com/ipeagit/gtfs2gps RemoteRef: HEAD RemoteSha: 9c74b416a2eb40e9e1d0ea81b2c0fbb120973fd2 NeedsCompilation: yes Packaged: 2026-06-30 19:50:34 UTC; root Author: Rafael H. M. Pereira [aut] (ORCID: ), Pedro R. Andrade [aut, cre] (ORCID: ), Joao Bazzo [aut] (ORCID: ), Daniel Herszenhut [ctb] (ORCID: ), Marcin Stepniak [ctb], Marcus Saraiva [ctb] (ORCID: ), Ipea - Institue for Applied Economic Research [cph, fnd] Maintainer: Pedro R. Andrade