Skip to content

jeffrey-ke/mappapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mappapp (V.1)

Overview (V2)

The purpose of this web application is to provide a lay-of-the-land for the user of a local road-network.

Use Case #1

  1. The user wants to learn about the Santa Clara County area and its roads, ie when the roads are very busy and on what days.
  2. The app will display a birds-eye-view of the area, allowing the user to navigate around and click a road.
  3. The application will then display a popup detailing the traffic of that day, hour-by-hour for the current day.

Use Case #2

  1. The user wants to examine the traffic for all days of the week.
  2. The user can select another day from a "day-picker" and examine the hourly traffic.

Detailed Design

Front End

Back End

# Be sure python3-venv is installed
> cd mappapp
> python3 -m venv venv
> source venv/bin/activate
> pip install flask flask-cors
...
> flask run
  • We will use Inrix's API to access live and predicted traffic data on queried global coordinates.

Future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages