README:

To use the map, the person putting up the website simply needs to place three csv files into 
 assets/data. These are:

1. station_readings.csv. This is the readings file you gave me.
2. stations_information.csv. This is the information file you gave me.
3. map_values.csv. This file is a csv where the first line is the variable and the second is the value.
This is used to set the data description (printed right above the timer), the start date, end date, and all of the threshold values.

The ones I am using right now are attached below. They are tab delimited csv files. 
Each version of Excel can import/export tab delimited csv files (they are csvs but separating items 
in the rows with tabs instead of commas, this is required in order to parse the data since some of 
the data cells have commas), so one just needs to find out how to export the data to tab delimited 
files and then it should work with the new data set (with the start and end dates specified in the 
map_values table).