-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update description, work in progress..
- Loading branch information
1 parent
b0467dd
commit 2c59cae
Showing
1 changed file
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,33 +2,37 @@ Package: spanishoddata | |
Title: Get Spanish Origin-Destination Data | ||
Version: 0.0.0.9000 | ||
Authors@R: c( | ||
person("Egor", "Kotov", , "TBC", role = c("aut", "cre"), | ||
person("Egor", "Kotov", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-5679-6536")), | ||
person("Robin", "Lovelace", , "[email protected]", role = c("aut"), | ||
comment = c(ORCID = "0000-0001-5679-6536"))) | ||
|
||
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. | ||
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. | ||
person("Robin", "Lovelace", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-5679-6536")) | ||
) | ||
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 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
curl, | ||
sf, | ||
DBI, | ||
duckdb, | ||
fs, | ||
glue, | ||
lubridate, | ||
purrr, | ||
readr, | ||
sf, | ||
stringr, | ||
xml2, | ||
tibble, | ||
purrr, | ||
DBI, | ||
duckdb, | ||
readr | ||
xml2 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 |