century
This is a project to store a century's worth of weather data in MongoDB and show what you can do with it.
The various parts are organized in subdirectories and here's what they contain:
-
load contains Java programs to bulk-load the raw data into MongoDB and perform various kinds of queries on it
-
load-us-states is a script that loads US State geometry into a separate collection
-
web contains the "birthday app", which allows you to query the database for a given point in space-time and display the results in Google Earth
-
viz contains programs to create a global temperature visualization based on the data
-
scripts, queries: various bits and pieces