Git Product home page Git Product logo

accessibility-of-schools's Introduction

Burp

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)

alt text

Live at here

Demo

Content

  • Getting Started
  • Addition data
  • Running backend server
  • Addition resources
  • Credits

Getting Started

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

  1. Clone this repository
  2. Install RStudio
  3. Open this repository in RStudio and press the Run App button

Addition data

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

Running the backend server

  1. Make sure Java JDK (JDK 8 preferrably) is installed
  2. Make sure the local port 8080 is not used
  3. 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
  1. Have a look at the generator.Rmd to understand how the data are called and stored

Addition resources

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

Credits

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

Data - https://docs.onemap.sg/, https://data.gov.sg/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.