yujulucy / Street-Sound-Analysis-and-Simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Street-Sound-Analysis-and-Simulation

Instructions to start:

Start a simple http server with Python.

  1. Start cmd.exe and navigate to the folder you downloaded/cloned

  2. For python2, type:

python -m SimpleHTTPServer 8080

For python3, type:

python -m http.server 8080

When it is started, you will see the message:

Serving HTTP on 0.0.0.0 port 8080 ...
  1. Now open a browser and type the address: http://127.0.0.1:8080/home.html. You can also access it with http://localhost:8080/home.html. You can start by accessing home.html.

Main Files

This project consists of 3 main webpages (home.html, start.html, and analysis.html).

home.html:

  • General homepage for the whole project

start.html:

This webpage is displayed when "Street View" on the sidebar is clicked. Currently, not all locations have displays from all timings shown in the choices. instr1

analysis.html:

This webpage is displayed when "Data" on the sidebar is clicked. Displays information of data collected and used in this project (panorama and audio files). Table of panoramas are also included here (the ticks show the panoramas available for testing) chart

Similar Projects (found in the any of the 3 webpages above):

  • Sounds of Street View
  • Sound City Project
  • Pregoneros de MedellĂ­n

Download Source (found in the any of the 3 webpages above):

  • Leads to this github site to download the scripts for this project

Data Collected

Data.docx:

  • Keeps track of the panoramas taken
  • Contains information such as the position of the panoramas are taken and the recordings made

Testing script

index.html:

  • A webpage displaying only the street view without links to any other pages

Screenshots of Routes from Tampines MRT Station to Round Market

General Route

Red, green, orange, and blue lines indicate the available paths. Circle marks the destination (Round Market) routes

Parts of Routes

Red spots indicate the positions available for testing.

Route (1/4) route_part1

Route (2/4) route_part2

Route (3/4) route_part3

Route (4/4) route_part4

About


Languages

Language:JavaScript 48.1%Language:HTML 42.0%Language:CSS 9.9%