-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
70 lines (70 loc) · 2.07 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
66
67
68
69
70
Package: spanishoddata
Title: Get Spanish Origin-Destination Data
Version: 0.1.0.9000
Authors@R: c(
person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-6690-5345")),
person("Robin", "Lovelace", , "rob00x@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-5679-6536")),
person("Eugeni", "Vidal-Tortosa", role = "ctb",
comment = c(ORCID = "0000-0001-5199-4103"))
)
Description: Gain seamless access to origin-destination (OD) data from the
Spanish Ministry of Transport, hosted at
<https://www.transportes.gob.es/ministerio/proyectos-singulares/estudios-de-movilidad-con-big-data/opendata-movilidad>.
This package simplifies the management of these large datasets by
providing tools to download zone boundaries, handle associated
origin-destination data, and process it efficiently with the 'duckdb'
database interface. Local caching minimizes repeated downloads,
streamlining workflows for researchers and analysts. Extensive
documentation is available at
<https://ropenspain.github.io/spanishoddata/index.html>, offering
guides on creating static and dynamic mobility flow visualizations and
transforming large datasets into analysis-ready formats.
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:
checkmate,
curl (>= 5.0.0),
DBI,
dplyr,
duckdb (>= 0.5.0),
fs,
glue,
here,
httr2,
lifecycle,
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/Needs/website: rmarkdown
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2