public
Description: A data processing system using gigantron for the DEVELOP CA Eco Forcasting team
Clone URL: git://github.com/jatkins/ca_eco_forecasting.git
Search Repo:
name age message
folder .gitignore Sun Jun 22 16:14:15 -0700 2008 created the loaders and what not [jatkins]
folder README Thu Jun 26 07:35:11 -0700 2008 added a little doc [jatkins]
folder Rakefile Sun Jun 22 15:34:24 -0700 2008 first commit [jatkins]
folder database.yml Mon Jun 23 11:46:47 -0700 2008 moved to plain ruby and fixed a lot of stuff [jatkins]
folder db/ Mon Jun 23 11:46:47 -0700 2008 moved to plain ruby and fixed a lot of stuff [jatkins]
folder initialize.rb Sun Jun 22 16:27:33 -0700 2008 created the exporter [jatkins]
folder input/ Wed Jun 25 13:33:23 -0700 2008 adding dir's [jatkins]
folder log/ Wed Jun 25 13:33:23 -0700 2008 adding dir's [jatkins]
folder models/ Mon Jun 23 16:30:10 -0700 2008 made it play nice with file names and finished ... [jatkins]
folder output/ Wed Jun 25 13:33:23 -0700 2008 adding dir's [jatkins]
folder script/ Sun Jun 22 15:34:24 -0700 2008 first commit [jatkins]
folder tasks/ Thu Jun 26 07:35:11 -0700 2008 added a little doc [jatkins]
folder test/ Mon Jun 23 16:30:10 -0700 2008 made it play nice with file names and finished ... [jatkins]
README
A data processing system using gigantron for the DEVELOP CA Eco Forecasting team.

Output example of the KML function:

http://www.flickr.com/photos/24744334@N04/2602467806/

Usage Requirements:

* ruby_kml (gem install schleyfox-ruby_kml -s http://gems.github.com)
* gigantron (gem install gigantron)

How to Use:

* rake -T (list all available tasks)
* rake import (import all files in input/ into the database)
* rake export_points (export data to a tab delimited file)
* rake plot_points (export data to kml formate for Google Earth)