Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 1.55 KB

README.md

File metadata and controls

26 lines (14 loc) · 1.55 KB

A12 (accessibility) map of Prague public transport accessibility.

Repo and a12map team started as PragueHacks2016 hackathon project focused on improving the life of Prague citizens.

Motivation

Give users a visual (color) representation - a map of time accessibility - where they can select a point A see immediately how long does it take to get to other parts of the city.

Problem - You would like to rent a flat somewhere in Prague, therefore you need to know multiple travel times from the selected area (point A) to other destinations like work, school, shopping, bars, sport places, etc. (points B, C, D, E, F, G)

Current solution - You open a web page with transport search, you execute multiple queries.

This approach works but has major drawbacks

  • no map view unless you use google maps w/ traffic search - but locals use more accurate services like ddp.cz
  • you have to execute 1 query per 1 place with 1 departure time specified (peak, off peak, day, nigh, weekend) that's for n * m queries for n places, m departure times

a12map

As baseline we used for the client application Create React App

Team

Eldar Gabidullin, Andrej Palička, Martin Barus, Karol Kasáš, Viliam Elischer

MIT