codeforseoul / visualizing-transport

2 stars 1 forks source link

analyse the part of 'node' #2

Open pretty00butt opened 9 years ago

pretty00butt commented 9 years ago

there are 3 parts of values to calculate for each spot.

var spot = [x, y, value];

x, y is from Google API, and value is from the part of node, server.js. We have to analyse how to calculate the value and insert it to the spot.

pretty00butt commented 9 years ago

@cktong ,I'll check it out the node part. we'll skip the next hack night, so that let's have a hangout on next week if you want.

cktong commented 9 years ago

Hey! Yes I will go to my home during 설날 so lets meet the week after. I have continued to work on it.

It is actually very possible to do the app without node. air.js loads the wind data from the data-samples var in index.html (line 20):

<div id="display" data-topography="data/seoul-topo.json" data-samples="/data/traffic/traffic.json"
                      data-type="wind" data-date="">

Hopefully will push something new next week.