-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
65 lines (65 loc) · 1.88 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: spanishoddata
Title: Get Spanish Origin-Destination Data
Version: 0.0.1
Authors@R: c(
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6690-5345")),
person("Robin", "Lovelace", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5679-6536")),
person("Eugeni", "Vidal-Tortosa", role = "ctb",
comment = c(ORCID = "0000-0001-5199-4103"))
)
Description: Enables access to origin-destination (OD) provided by the
Spanish Minstry of Transport, hosted at
<https://www.transportes.gob.es/ministerio/proyectos-singulares/estudios-de-movilidad-con-big-data/opendata-movilidad>.
It contains functions for downloading zone boundaries and associated
origin-destination data. The OD datasets are large. The package
eases working with them by using the database interface package
'duckdb', using an optional environment variable 'SPANISH_OD_DATA_DIR'
to avoid repeated downloads, and by providing documentation
demonstrating how to collect subsets of the resulting databases into
memory.
License: MIT + file LICENSE
URL: https://rOpenSpain.github.io/spanishoddata/,
https://github.com/rOpenSpain/spanishoddata
BugReports: https://github.com/rOpenSpain/spanishoddata/issues
Depends:
R (>= 3.5.0)
Imports:
curl (>= 5.0.0),
DBI,
dplyr,
duckdb (>= 0.5.0),
fs,
glue,
here,
lubridate,
memuse,
parallelly,
purrr,
readr,
rlang,
sf,
stats,
stringr,
tibble,
xml2
Suggests:
flowmapblue,
flowmapper (>= 0.1.2),
furrr,
future,
hexSticker,
mapSpain,
quarto,
remotes,
scales,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/Needs/website: rmarkdown