make_table.py datafile
OVERVIEW
make_table.py is used from within generate_table to actually create the text table that is stored on disk. The program takes a data file in the appropriate format (the output of get_stations.py) and breaks it down by station name and date. Dates become row headings, and the station names column headings. The gravity and s.d. values are used to populate the cells.
This program uses a more generic text-table creation class called tableWriter.