public
Description: Code for biximo.com, a mobile-accessible google map of bixi stations
Homepage:
Clone URL: git://github.com/danielharan/biximo.git
Daniel Haran (author)
Fri Jul 03 06:59:31 -0700 2009
commit  4f3cbf330ffa53fff9fb7be831d1b6135e6a785b
tree    ecd75862c6d3aa973c2e8da4722a630e29f9a990
parent  a0bfb395670f17aa6eb77c23ea7fb558fdd2693b
biximo /
README.rdoc

Biximo

Bixi is an amazing project.

This project was started to create tools for a better iphone app. I don’t want to be sued though :)

A better map would:

  -provide better icons that show if a station has available bikes or parking spots
  -overlay bike paths
  -keep layers in their own kml files for better reuse

Technical notes

Bixi’s kml files are downloaded every 5 minutes by a cron job, and rsynced to my computer. They’re saved in processing/data

The only useful thing right now is the animation done with ruby-processing.

Ruby-processing doesn’t play nice with Nokogiri or Hpricot, so I convert each file to something that can be easily loaded. Run: > rake biximo:marshal_kml

then to launch the animation: > cd processing > rp5 live map.rb

Todo

If I have more time, I’ll re-do the KML, and add bike paths. If Bixi wants to share more data, more interesting things could be done :)

Bugs

Tracked here: www.pivotaltracker.com/projects/17713