hhroc / traffairious

Traffic v.s. Air Quality data visualization experiments for http://HackUpstate.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert 64bit encoded MQ directions strings into lat/lng lists

thequbit opened this issue · comments

Need to use JS decode function to get list of lat/lng out of each 64bit string.

I think the only good way to do this is to write a javascript script and blast everything out to a website ... that or do it in node.js ...

Ref link: http://www.mapquestapi.com/common/encodedecode.html

Doing this in node should be cake. I just need to finish my final projects and then I'll write up a script to do this.

Awesome! I'll assign this to you. No rush, school first!

@thequbit Where should I get at the encrypted MQ data?

fixed with cc36fab