Difference between revisions of "Energy Wars Display"
Jump to navigation
Jump to search
(→Overview) |
(→Overview) |
||
Line 23: | Line 23: | ||
* Temporary csv files are stored in ~energy/contest/daily/tmp_data/ | * Temporary csv files are stored in ~energy/contest/daily/tmp_data/ | ||
** useful for desktop testing | ** useful for desktop testing | ||
− | * final | + | * final csv files are stored in ~energy/public_html/development/EnergyWars/ |
− | * start and end dates for the baseline and the contest | + | * execute.bash has some options that you can change, including: |
− | * the target database | + | ** start and end dates for the baseline and the contest |
− | * don't change the street -- that's the string that RPNL uses to represent that street | + | ** the target database |
+ | ** prefix (name) for CSV files | ||
+ | ** don't change the street -- that's the string that RPNL uses to represent that street | ||
===Specifics=== | ===Specifics=== |
Revision as of 21:27, 3 March 2014
RPNL
Currently, this is how we're getting data from RPNL.
- RPNL sends an email containing CSV to testcs128@cs.earlham.edu
- testcs128 forwards it to ghcrows13@cs.earlham.edu in its .forward file
- ghcrows13@cs.earlham.edu executes mail.py (in home directory) from its .forward file
- mail.py scrapes off CSV attachments
- mail.py pipes text into parse.py
- parse.py scrapes off data, copies tmp.csv to ghcrows13@proto.cs.earlham.edu:/home/users/energy/contest/daily/tmp.csv
- uses RSA keys to bypass passwords
- user names must be the same for RSA keys to work
- parse.py executes a sql command that pipes this csv file into /home/users/energy/contest/daily/parse_houses.py
- parse_houses.py strips off csv data (again!) and derives the energy change
- parse_houses.py then copies the data into the electrical_energy_rpnl database
Display
The display is written using google charts.
Data
Overview
- Data is generated by ~energy/contest/daily/execute.bash
- executed daily by energy's crontab
- Temporary csv files are stored in ~energy/contest/daily/tmp_data/
- useful for desktop testing
- final csv files are stored in ~energy/public_html/development/EnergyWars/
- execute.bash has some options that you can change, including:
- start and end dates for the baseline and the contest
- the target database
- prefix (name) for CSV files
- don't change the street -- that's the string that RPNL uses to represent that street
Specifics
- execute.bash generates the daily, baseline, cumulative, and cumulative baseline
- each of these are a different .bash script
- it does this for buildings, national road, and college avenue
- an overview of what each script does:
- generates appropriate file names
- executes a dynamic SQL statement that's based on arguments
- stores the SQL response in a file
- reformats the data using ~energy/contest/daily/reformat.py
- stores the reformatted data in ~energy/contest/daily/tmp_data/
- copies the reformatted data to the destination