Skip to content

thp44/century

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.0%
  • Python 20.8%
  • JavaScript 12.6%
  • HTML 1.6%