Assessment of bicycle accessibility to mobility hubs under different criteria for cycling network quality
This repository contains the R code to reproduce the analysis of the paper "Assessment of bicycle accessibility to mobility hubs under different criteria for cycling network quality", presented at the annual conference of the Association of Geographic Information Laboratories in Europe (AGILE), held in Glasgow on 4-7 June 2024. For more information, see here. The published paper can be found here.
Reproduce the analysis with the following steps.
Clone this repository with git and move into the cloned directory.
git clone https://github.com/plus-mobilitylab/accmobhub-agile.git
cd accmobhub-agile
Download the required data from the supplementary materials of the paper, for example using wget. The materials can be found on Zenodo. The required files are:
- salzburgerland-netascore-20240123.gpkg: The street network of the Salzburg province including bicycle suitability indices as computed by the NetAScore software. Note that if you also want to reproduce the index computations, follow the instructions on the Zenodo repository.
- austria-addresses-20211001.csv: The address location file of the Austrian address database.
Store these files in the data folder of the repository.
wget -P data https://zenodo.org/records/10949524/files/salzburgerland-netascore-20240123.gpkg?download=1
wget -P data https://zenodo.org/records/10949524/files/austria-addresses-20211001.csv?download=1
To run the analysis, simply execute the R script scripts/run.R, from example from within the RStudio IDE or directly from the command line. It assumes your working directory is the top level of the cloned repository. Note that you need to have the following R packages installed to make it work:
- sf
- sfnetworks
- tidyverse
- tidygraph
- tidyterra
- maptiles
- here
- units
The script will store the results in a file data/data.RData
. The figures will be stored in the plots/
directory.
Parts of this research were funded by a commission from Research Studios Austria - iSpace.
This project is licensed under the MIT license. For details please see LICENSE.