An interactive geospatial application that maps out the accessibility of schools (excluding tertiary schools and institutions) from public HDB in Singapore (Best viewed on desktop/laptop)
Live at here
- Getting Started
- Addition data
- Running backend server
- Addition resources
- Credits
All the data are generated beforehand to make it feasible to be uploaded to shinyapps. Thus if one wants to run the backend to generate their own data, consider looking at running backend server section
- Clone this repository
- Install RStudio
- Open this repository in RStudio and press the Run App button
Not all data that are present on the live application is available inside this repository, if you really needed it (for school projects and such), feel free to contact me on Telegram
- Make sure Java JDK (JDK 8 preferrably) is installed
- Make sure the local port 8080 is not used
- Run the following code in terminal/powershell/console from the root dir of this repo
cd server
java -Xmx2G -jar otp.jar --router current --graphs graphs --server
- Have a look at the
generator.Rmd
to understand how the data are called and stored
The backend server runs a local OpenTripPlanner server. Take a look at their api documentation here
The isochrone generation was heavily inspired by https://xang1234.github.io/isochrone/. Take a look at the detailed explanation on the data that are generated/required to created an isochrone overlay
GTFS - https://transit.land/feed-registry/
Isochrone - https://xang1234.github.io/isochrone/
Server - https://www.opentripplanner.org/
Measures of accessibility (good read) - https://upcommons.upc.edu/bitstream/handle/2099.1/6327/03.pdf