-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
41 lines (41 loc) · 1.73 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Type: Package
Package: gtfs2gps
Title: Converting Transport Data from GTFS Format to GPS-Like Records
Version: 2.1-2
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 (>= 3.5)
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