-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.en.qmd
90 lines (64 loc) · 7.89 KB
/
index.en.qmd
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
---
author:
- name: Rafael H. M. Pereira
orcid: "0000-0003-2125-7465"
affiliations:
- name: "Ipea - Institute for Applied Economic Research"
url: "https://www.urbandemographics.org/about/"
- name: Daniel Herszenhut
orcid: "0000-0001-8066-1105"
affiliations:
- name: "Ipea - Institute for Applied Economic Research"
url: "https://dhersz.netlify.app/en/"
---
# Preface {.unnumbered}
Accessibility is the ease with which people can reach places and opportunities such as jobs, health and education services, cultural activities, green areas, etc. The accessibility conditions of a city or neighborhood depend on the efficiency and connectivity of the transport network and on the proximity between people and activities. The topic of accessibility has been receiving increased attention from transportation agencies, funding institutions, decision makers and researchers in the fields of urban and transport planning [@papa2015accessibility; @boisjoly2017how]. In the last few years, we have seen a growing number of scientific papers [@miller2018accessibility; @vanwee2021transport] and books [@levine2019mobility; @levinson2020transport] that deepen our understanding of urban accessibility issues. However, there are currently no books or articles that serve simultaneously as introductory material to the subject and as a practical manual to teach computational methods to calculate and analyze accessibility data. The lack of this type of material helps to explain, at least in part, why several transportation agencies and analysts still face challenges to incorporate accessibility issues and indicators into the day-to-day planning and research practice [@silva2017accessibility; @buttner2021accessibility].
The aim of this book is to equip its readers with the fundamental concepts, the data analysis skills and the processing tools needed to perform urban accessibility analyses and transportation projects impact assessments. The book was written with the problems faced by public managers, policy makers, students and researchers working on urban and transportation planning in mind. Hence, the book is essentially practical. All the material in the book is presented with reproducible examples using open datasets and the [R](https://www.r-project.org/) programming language.
::: {.callout-important appearance="simple"}
This book assumes the reader has a basic knowledge of the R programming language. If you want to familiarize yourself with it, we recommend the books below:
- [R for Data Science](https://r4ds.had.co.nz/)
- [Geocomputation with R](https://geocompr.robinlovelace.net/)
- [Data Science in R](https://livro.curso-r.com/) (in Portuguese)
:::
## Book structure
This book is divided into 5 sections, as follows.
```{r}
#| echo: false
tbl <- data.frame(
Section = c(
"[1: Introduction to urban accessibility](s1_intro.en.qmd)",
"[2: How to measure urban accessibility](s2_calculo.en.qmd)",
"[3: Public transport data](s3_dados_tp.en.qmd)",
"[4: Impact assessment of transportation projects](s4_avaliacao_impacto.en.qmd)",
"[5: Data from the Access to Opportunity Project](s5_dados_aop.en.qmd)"
),
Description = c(
"The first section presents the concept of urban accessibility, clarifies the differences between accessibility and mobility and presents the main indicators used in the literature to measure urban accessibility.",
"The second section teaches how to calculate urban accessibility estimates in R using open data and the `{r5r}` and `{accessibility}` packages and how to visualize the results with maps and charts.",
"The third section presents the GTFS specification of public transport data and shows how to work and analyze GTFS data using the `{gtfstools}` package.",
"The fourth section brings a case study to illustrate how the combined knowledge of previous chapters can be used to assess the impact of transportation policies on urban accessibility conditions.",
"Finally, the fifth section shows how to download and visualize the data produced and made available by the Access to Opportunities Project (AOP), which brings detailed information on land use and accessibility patterns in Brazilian cities."
)
)
knitr::kable(tbl, align = c("c", "l"))
```
## Reproducing the book in your computer
This book has been written with the [Quarto](https://quarto.org/) publishing system. All the code used to prepare and publish it online can be found in [this repository](https://github.com/ipeaGIT/intro_access_book). To reproduce the book in your local machine, you must first download its source code. The easiest way to do this is by cloning the repository with [Git](https://git-scm.com/), or, alternatively, by manually downloading it[^download_link]. If you choose the second approach, you must also unzip the contents of the `.zip` file to a new folder.
[^download_link]: To manually download the source code, please use the following link: <https://github.com/ipeaGIT/intro_access_book/archive/refs/heads/main.zip>.
To render the book, you must have Quarto installed in your computer. Reproducing the chapters also requires the [`{renv}`](https://rstudio.github.io/renv/index.html) R package, which manages the book dependencies.
After installing book dependencies, you can render each chapter as you would normally render any Quarto/Rmarkdown file. To render the entire book, use the following command *(please note that currently both the Portuguese and the English books are rendered)*:
```r
source("bilingual_render.R")
```
For more details on how to install the book dependencies and on how to run the book content locally, please see the installation instructions on the repository main page.
## Running the book examples in the cloud with binder
A binder is a tool that allows one to use a browser, such as Chrome and Firefox, to run code in the cloud. The book is set up so that its code can be run using a server published by [mybinder](https://mybinder.org/). To do this, click on [this link](https://mybinder.org/v2/gh/ipeaGIT/intro_access_book/HEAD?urlpath=rstudio). After a few moments, an RStudio Cloud session will start running in your browser. This session includes all the files and data needed to run the code.
Please note that mybinder sessions are limited to 2 GB of RAM. This restriction can prevent Chapter 6 from running properly. If you use binder, we suggest that you do not attempt to render the entire book with Quarto, as shown above.
## License
<img align="right" src="images/ipea_logo.png" width="240">
The material in this book may be reproduced and displayed for educational or informational purposes, provided credit is given to the original authors and the original work is cited. This book can be shared on websites and free and open online repositories only if it is made clear to users the terms of use of this material and who the copyright holder is, the Institute for Applied Economic Research (Ipea). Any commercial or for-profit use is prohibited. The creation of derivative works is prohibited. This license is based on studies about the Brazilian Copyright Law (Law 9.610/1998).
## How to cite the book
If you use the material in this book, please cite the book using the following reference:
- Pereira, Rafael H. M. & Herszenhut, Daniel. (2023) Introduction to urban accessibility: a practical guide with R. Ipea - Institute of Applied Economic Research.
## Acknowledgements
This book was written under a partnership between the Institute for Applied Economic Research (Instituto de Pesquisa Econômica Aplicada - Ipea) and the Secretariat of Mobility and Regional and Urban Development (SMDRU) of the Ministry of Regional Development (MDR) of the Brazilian federal government. The authors are grateful for the comments and suggestions from Lucas Mation. The authors would also like to thank the contributions of Anna Grigolon, Benjamin Büttner and Aaron Nichols for proofreading the English version of the book. Any remaining errors are the sole responsibility of the authors.