-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_pkgdown.yml
More file actions
104 lines (95 loc) · 3.92 KB
/
Copy path_pkgdown.yml
File metadata and controls
104 lines (95 loc) · 3.92 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
url: https://rOpenSpain.github.io/spanishoddata/
template:
bootstrap: 5
package: rostemplate
opengraph:
image:
src: man/figures/card.png
authors:
Egor Kotov:
href: "https://www.ekotov.pro"
Robin Lovelace:
href: "https://www.robinlovelace.net/"
articles:
- title: "Codebooks"
navbar: "Codebooks"
contents:
- v1-2020-2021-mitma-data-codebook
- v2-2022-onwards-mitma-data-codebook
- title: "Get or convert data for analysis"
navbar: "Get/convert"
contents:
- quick-get
- convert
- title: "Visualise flows"
navbar: "Visualise"
contents:
- flowmaps-static
- flowmaps-interactive
- disaggregation
- title: "Tutorials"
navbar: "Tutorials" # puts them as a group in the Articles dropdown
contents:
- agit-tutorial
- ic2s2-tutorial
- dstp-course
- tartu-course
external-articles:
- name: agit-tutorial
title: "Analysing massive open human mobility data using spanishoddata, duckdb and flowmaps"
description: |
Tutorial/workshop by [Egor Kotov](https://github.com/e-kotov),held at [Applied Geoinformatics (AGIT) Conference 2025](https://agit.at/en/program/), Salzburg, Austria) [](https://doi.org/10.5281/zenodo.15794849)
href: https://www.ekotov.pro/agit-2025-spanishoddata/
- name: ic2s2-tutorial
title: "Mobility Flows and Accessibility Using R and Big Open Data"
description: |
Tutorial by [Egor Kotov](https://github.com/e-kotov) and [Johannes Mast](https://github.com/JohMast), held at [IC2S2 2025](https://web.archive.org/web/20260113100927/https://ic2s2-2025.org/) (11th International Conference on Computational Social Science), Norrköping, Sweden) [](https://doi.org/10.5281/zenodo.16238597)
href: https://www.ekotov.pro/spanish-open-mobility-workshop-ic2s2-2025/
- name: dstp-course
title: "Data Science for Transport Planning"
description: |
Course by [Robin Lovelace](https://github.com/robinlovelace), [Juan P. Fonseca-Zamora](https://github.com/juanfonsecaLS1), and [Yuanxuan Yang](https://github.com/yyuanxuan) (held at the [Institute for Transport Studies, University of Leeds](https://environment.leeds.ac.uk/transport))
href: https://tdscience.github.io/dstp/
- name: tartu-course
title: "Data Science for Transport Planning course in Tartu"
description: |
Course by [Robin Lovelace](https://github.com/robinlovelace) and [Juan P. Fonseca-Zamora](https://github.com/juanfonsecaLS1) (held at the [Mobile Tartu 2026 conference](https://mobiletartu.ut.ee/))
href: https://tdscience.github.io/tartu26/
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
reference:
- title: "Analysing up to 1 week of data"
desc: >
Quickly download and analyse just a few days of mobility data
contents:
- spod_available_data
- spod_get_zones
- spod_get
- spod_disconnect
- title: "Analysing long time periods (months or even years)"
desc: >
Download data for longer periods, convert them into analysis ready format such as `DuckDB` or `Parquet` for out-of-memory analysis of this large data
contents:
- spod_available_data
- spod_get_zones
- spod_download
- spod_convert
- spod_connect
- spod_disconnect
- title: "Analysing up to 1 day of trips with no extra variables"
desc: >
Quickly get a single day of flows between municipalities (without hourly data or any other attributes) for 2022 and onwards
contents:
- spod_quick_get_od
- spod_quick_get_zones
- title: "Helper functions"
contents:
- spod_codebook
- spod_available_data
- spod_get_valid_dates
- spod_set_data_dir
- spod_get_data_dir
- spod_cite
- spod_check_files