Skip to content

Commit

Permalink
Update description, work in progress..
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jun 15, 2024
1 parent b0467dd commit 2c59cae
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c59cae

Please sign in to comment.